Re: Connector definitions, Re: Tomcat 8 impending EOL -- what's the minimum Java for Tomcat 9?

2023-03-06 Thread James H. H. Lampert
On 03/03/2023 17:44, I wrote: Ok, another question: will Tomcat 9 accept a "legacy" connector definition in the form as shown below? protocol="org.apache.coyote.http11.Http11Protocol" maxThreads="150" SSLEnabled="true" scheme="https" secure="true" keystoreFile="/foo/tomcat/bar.ks"

Tomcat 9.0.71 Anomalies

2023-03-06 Thread HARRIS Mark R * DOC
We experienced a very similar situation with Oracle connections not releasing. We did not hit an error state because our DBA team alerted us and we began to immediately fail-over to freshly restarted Tomcat instances. We recently upgraded Tomcat from v9.0.38 to v9.0.65. We also are using

Re: [10.1.4] Dots in URL

2023-03-06 Thread Martynas Jusevičius
Thanks. On Mon, 6 Mar 2023 at 13.32, Mark Thomas wrote: > On 06/03/2023 12:24, Martynas Jusevičius wrote: > > Hi, > > > > I have a JAX-RS application deployed on Tomcat. > > > > When a URL contains dots, I get a 422 Unprocessable Entity response > > which looks like it's coming from Tomcat. > >

RE: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-06 Thread jonmcalexander
> -Original Message- > From: Chuck Caldarale > Sent: Monday, March 6, 2023 1:12 PM > To: Tomcat Users List > Subject: Re: health check return 404 after upgrade from 70 to tomcat 9.0.71 > > > > On Mar 6, 2023, at 12:03, > wrote: > > > > I believe we may have figured out what was

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-06 Thread Chuck Caldarale
> On Mar 6, 2023, at 12:03, > wrote: > > I believe we may have figured out what was causing the issue, but not why it > was causing it. > > In the mod-proxy-http configuration for the balancer, we had been using the > fully qualified host name in the balancer url. When we switched to IP

RE: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-06 Thread jonmcalexander
> -Original Message- > From: Mark Thomas > Sent: Monday, March 6, 2023 10:34 AM > To: users@tomcat.apache.org > Subject: Re: health check return 404 after upgrade from 70 to tomcat 9.0.71 > > On 25/02/2023 17:57, Mark Thomas wrote: > > > > > > On 25/02/2023 15:47, Rui wrote: > >> Hi > >>

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-03-06 Thread Mark Thomas
On 25/02/2023 17:57, Mark Thomas wrote: On 25/02/2023 15:47, Rui wrote: Hi recently upgraded tomcat to 9.0.71 from 9.0.70 but saw 404 in our EKS cluster(with istio installed) Received [GET /actuator HTTP/1.1 Host: x:8079 User-Agent: kube-probe/1.23+ Accept: */* Connection: close

[ANN] Apache Tomcat 11.0.0-M4 (alpha) available

2023-03-06 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.0-M4 (alpha). 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

Re: 9.0.73 change log

2023-03-06 Thread Mark Thomas
Please don't hijack threads. To continue a previous thread, reply to the most recent message from that thread. Mark On 06/03/2023 12:32, Rui wrote: Hi Mark just tested the 9.0.73 but we still got 404 for health check can you please share how to reproduce this problem locally? thanks zhou

Re: 9.0.73 change log

2023-03-06 Thread Rui
Hi Mark just tested the 9.0.73 but we still got 404 for health check can you please share how to reproduce this problem locally? thanks zhou rui On Sat, 4 Mar 2023 at 16:38, Mark Thomas wrote: > Fixed. > > Thanks for letting us know. > > Mark > > > On 03/03/2023 22:56, Adam Rauch wrote: > >

Re: [10.1.4] Dots in URL

2023-03-06 Thread Mark Thomas
On 06/03/2023 12:24, Martynas Jusevičius wrote: Hi, I have a JAX-RS application deployed on Tomcat. When a URL contains dots, I get a 422 Unprocessable Entity response which looks like it's coming from Tomcat. When I remove the dots, the request works fine and reaches my application. Is that

[10.1.4] Dots in URL

2023-03-06 Thread Martynas Jusevičius
Hi, I have a JAX-RS application deployed on Tomcat. When a URL contains dots, I get a 422 Unprocessable Entity response which looks like it's coming from Tomcat. When I remove the dots, the request works fine and reaches my application. Is that Tomcat's behavior? Martynas