Re: Apache site update for ApacheHaus EOS

2023-11-21 Thread Aditya Shastri
My apologies, I sent this to the wrong address. On Tue, Nov 21, 2023 at 6:31 PM Aditya Shastri wrote: > > Hello, > > ApacheHaus has decided to stop providing Windows builds for Apache HTTPD. > > The Apache document referred to below still has the site that goes nowhere. > https://httpd.apache.org

Apache site update for ApacheHaus EOS

2023-11-21 Thread Aditya Shastri
Hello, ApacheHaus has decided to stop providing Windows builds for Apache HTTPD. The Apache document referred to below still has the site that goes nowhere. https://httpd.apache.org/docs/current/platform/windows.html#down:~:text=Microsoft%20Windows%2C%20include%3A-,ApacheHaus,-Apache%20Lounge Is

Re: [External] Re: Supporting Proxy Protocol in Tomcat

2023-11-21 Thread Adwait Kumar Singh
Hey, Checking in on this thread. Is someone actively working on this? I am more than happy to contribute/help in any way to move this forward quickly. Thanks, Adwait. On Tue, Sep 5, 2023 at 1:11 PM Mark Thomas wrote: > On 04/09/2023 15:41, Jonathan S. Fisher wrote: > > Mark thank you again f

Re: Issue Migrating servlets to 10.1

2023-11-21 Thread Paul Leo
I believe you can make use of a migration tool.Apache Tomcat® - Migration Guide - Tomcat 10.0.xtomcat.apache.orgfrom tomcat 9 to tomcat 10.0Specification APIsApache Tomcat 10 supports the Jakarta Servlet 5.0, Jakarta Server Pages 3.0, Jakarta _expression_ Language 4.0, JakartaWebSocket 2.0 and Jaka

Re: Issue Migrating servlets to 10.1

2023-11-21 Thread Eduardo Guadalupe
Many libraries that require JDK 11 or 17 are very likely to have migrated to Jakarta(if they used javax) On Tue, Nov 21, 2023, 14:53 Robert Turner wrote: > I don't think there is an upper limit. I know 17 works for us, but your > mileage may vary depending on your app libraries, etc. > > > On Tu

Re: Issue Migrating servlets to 10.1

2023-11-21 Thread Robert Turner
I don't think there is an upper limit. I know 17 works for us, but your mileage may vary depending on your app libraries, etc. On Tue, Nov 21, 2023, 15:49 Campbell, Lance wrote: > Thanks so much. > One last question. If I want to use javax.serlet.* then what is the > highest version of Java I s

RE: Issue Migrating servlets to 10.1

2023-11-21 Thread Campbell, Lance
Thanks so much. One last question. If I want to use javax.serlet.* then what is the highest version of Java I should use? Thanks, Lance -Original Message- From: Robert Turner Sent: Tuesday, November 21, 2023 2:36 PM To: Tomcat Users List Subject: Re: Issue Migrating servlets to 10.1

Re: Issue Migrating servlets to 10.1

2023-11-21 Thread Robert Turner
Tomcat 10.x and higher require Jakarta namespaces versions of the Servlet specifications. Tomcat 9.x is the last Tomcat support javax.servlet namespaces. Refer to the Which Version page for Tomcat for details: https://tomcat.apache.org/whichversion.html On Tue, Nov 21, 2023 at 3:30 PM Campbell, L

Issue Migrating servlets to 10.1

2023-11-21 Thread Campbell, Lance
I am migrating from Java 8 tomcat 9 to Java 11 tomcat 10.1 . I am getting a cast class exception when trying to access my login servlet. In my servlets I am using these packages: import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServle

Re: Web.xml file question

2023-11-21 Thread Christopher Schultz
Lance, On 11/21/23 11:33, Campbell, Lance wrote: Tomcat 10.1 Java migration from 8 to 11 Eclipse I am trying to migrate my thirteen tomcat web applications from java 8 to java 11. And from tomcat 9 to tomcat 10.1 . I have been using the web.xml file for years with Java 8 and tomcat 9. However

Web.xml file question

2023-11-21 Thread Campbell, Lance
Tomcat 10.1 Java migration from 8 to 11 Eclipse I am trying to migrate my thirteen tomcat web applications from java 8 to java 11. And from tomcat 9 to tomcat 10.1 . I have been using the web.xml file for years with Java 8 and tomcat 9. However, when I built my dynamic web application with ecli

Re: 9.0.83 addSslHostConfig failures?

2023-11-21 Thread Michael Osipov
On 2023/11/21 11:25:11 Michael Osipov wrote: > On 2023/11/20 22:14:14 Daniel Skiles wrote: > > Was there a change to the addSslHostConfig JMX mbean operation between > > 9.0.82 and 9.0.83? I have some code that works in 82, but fails with an > > MBeanException: Cannot find operation [addSslHostCon

Re: 9.0.83 addSslHostConfig failures?

2023-11-21 Thread Michael Osipov
On 2023/11/20 22:14:14 Daniel Skiles wrote: > Was there a change to the addSslHostConfig JMX mbean operation between > 9.0.82 and 9.0.83? I have some code that works in 82, but fails with an > MBeanException: Cannot find operation [addSslHostConfig] in 9.0.83. > > When I attempt to look at the av