Re: Jersey on Tomcat 10.1

2024-09-10 Thread Jürgen Weber
I had found about jersey-client, too, but it did not help. The exceptions happen in static blocks, so no good information in the stacktrace. Am Di., 10. Sept. 2024 um 20:16 Uhr schrieb Sebastian Trost : > > Jürgen, > > On 10.09.2024 20:07, Jürgen Weber wrote: > > java.lang.ClassNotFoundException:

[ANN] Apache Tomcat 11.0.0-M25 (beta) available

2024-09-10 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.0-M25 (beta). Apache Tomcat 11 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations s

RE: Tomcat 10.1 and context.xml

2024-09-10 Thread Charlie DiDonato
Charlie, On 9/10/24 16:12, charliedidon...@gmail.com wrote: > On 10/09/2024 20:21, charliedidon...@gmail.com wrote: >> I have war file in Tomcat 10.1 with a context.xml file included in >> the META-INF folder. >> >> It's contents are >> >> >> >> >> >> I am getting 404s from my app and was wonde

Re: Tomcat 10.1 and context.xml

2024-09-10 Thread Christopher Schultz
Charlie, On 9/10/24 16:12, charliedidon...@gmail.com wrote: On 10/09/2024 20:21, charliedidon...@gmail.com wrote: I have war file in Tomcat 10.1 with a context.xml file included in the META-INF folder. It's contents are I am getting 404s from my app and was wondering if this is still supp

Re: issue

2024-09-10 Thread Christopher Schultz
Lucas, On 9/8/24 13:43, Lucas W wrote: (Tomcat v 11.0.0, java v 22.0.2) Hi, System.out.println(..) works just after tomcat startup to catalina.out. But at some point later on, souts fail to be logged to catalina.out or anywhere. I am also experiencing something weird with File.mkdirs(..); I ha

Re: Tomcat 10.1 and context.xml

2024-09-10 Thread Mark Thomas
On 10/09/2024 20:21, charliedidon...@gmail.com wrote: I have war file in Tomcat 10.1 with a context.xml file included in the META-INF folder. It's contents are I am getting 404s from my app and was wondering if this is still supported under 10.1 as it was under 9.0 Support is unchanged. F

Tomcat 10.1 and context.xml

2024-09-10 Thread charliedidonato
I have war file in Tomcat 10.1 with a context.xml file included in the META-INF folder. It's contents are I am getting 404s from my app and was wondering if this is still supported under 10.1 as it was under 9.0

Re: Jersey on Tomcat 10.1

2024-09-10 Thread Thomas Meyer
Hi, Looks correct, see example from GitHub: https://github.com/eclipse-ee4j/jersey/blob/3.1/examples/servlet3-webapp/pom.xml But I assume that Jersey 3.1.x does implement jax-rs 3.1, so maybe that's the reason it cannot find this class. Mfg Thomas Am 10. September 2024 20:07:07 MESZ schrieb

Re: Jersey on Tomcat 10.1

2024-09-10 Thread Sebastian Trost
Jürgen, On 10.09.2024 20:07, Jürgen Weber wrote: java.lang.ClassNotFoundException: org.glassfish.jersey.client.ClientConfig java.lang.NoClassDefFoundError: jakarta/ws/rs/core/EntityPart org.glassfish.jersey jersey-bom jakarta.ws.rs jakarta.ws.rs-api 3.0.0 org.glassfish.jersey.containers jers