Re: Help with tomcat 11 failure

2024-10-21 Thread Chuck Caldarale
> On Oct 21, 2024, at 12:19, > wrote: > > Fellow user here. > > I am guessing that you need to migrate your application to Java 17+ and make > all the necessary changes to move from the javax.* to the Jakarta EE > jakarta.* packages. This includes all servlet stuff. Yes, Tomcat 11 requir

Re: Help with tomcat 11 failure

2024-10-21 Thread Borsó Zsolt
Hi Jim, There exist an org.eclipse.transformer.cli-1.1.0-distribution.jar migration tool you can do the migration task with. Regards, Zsolt 2024. 10. 21. 19:30 keltezéssel, Jim Anderson írta: Hi Jeff, Thanks for the advise. I will double check the java version that I used. I recently upgrad

Re: Help with tomcat 11 failure

2024-10-21 Thread Jim Anderson
Hi Jeff, Thanks for the advise. I will double check the java version that I used. I recently upgrade my PC to a recent version of java, but I will double check. Regards, Jim On Mon, Oct 21, 2024 at 1:24 PM wrote: > Hi Jim, > > Fellow user here. > > I am guessing that you need to migrate your a

Re: Help with tomcat 11 failure

2024-10-21 Thread Jim Anderson
Migrate in what way? As near as I can tell, the missing class is being called by Tomcat 11 source code. Jim A. On Mon, Oct 21, 2024 at 1:18 PM Mcalexander, Jon J. wrote: > I could be wrong, but I think you need to migrate your code as 11 uses > Jakarta syntax, just like 10.1 does. > > From: Ji

Re: Help with tomcat 11 failure

2024-10-21 Thread Jeffrey.Thomas
Hi Jim, Fellow user here. I am guessing that you need to migrate your application to Java 17+ and make all the necessary changes to move from the javax.* to the Jakarta EE jakarta.* packages. This includes all servlet stuff. Cheers, Jeff On Oct 21, 2024 6:57 PM, Jim Anderson wrote: Hi, I w

RE: Help with tomcat 11 failure

2024-10-21 Thread Mcalexander, Jon J.
I could be wrong, but I think you need to migrate your code as 11 uses Jakarta syntax, just like 10.1 does. From: Jim Anderson Sent: Monday, October 21, 2024 11:55 AM To: users@tomcat.apache.org Subject: Help with tomcat 11 failure Hi, I was working on a web application about 2 years ago and I

Help with tomcat 11 failure

2024-10-21 Thread Jim Anderson
Hi, I was working on a web application about 2 years ago and I am finally getting back to my work on this application. However, when I try to bring up the app as a web page in firefox, tomcat is failing with a stack trace which I am attaching to this email. Looking at the stack trace, I see that

Re: Tomca 9.96 und semeru

2024-10-21 Thread Mark Thomas
On 20/10/2024 15:45, Andreas Moroder wrote: Hello Mark, I made some more test, but it works only for a few clicks, then the service stops. It's running on windows ( for reasons I dont'know and can't change) with semeru 17 I see this lines in the logs I see a couple of problems with that code:

Re: Tomcat 11 & Request Attributes

2024-10-21 Thread Mark Thomas
On 20/10/2024 02:49, Dan McLaughlin wrote: We use Shibboleth SP, which passes request attributes from Apache over AJP to Tomcat; after upgrading from Tomcat 10.1 to Tomcat 11, the request attributes aren't coming over. Does anyone know of anything that changed in Tomcat 11 that might affect requ