Re: Tomcat 9 and OpenJDK 17

2024-08-09 Thread Christopher Schultz
Jenny, On 8/9/24 15:03, Ying Jin wrote: We have a web application implemented with JSF 2.3, Primefaces, JDK11 and it can run well on Tomcat 9 Server. We encountered following errors after upgrading JDK version to OpenJDK17 in order to meet the deployment requirements: SEVERE: A child container

Re: [Semi OT] Suggestion: Maven repository for Tomcat native library

2024-08-09 Thread Christopher Schultz
Harri, On 8/9/24 05:56, Harri Pesonen wrote: Hello, currently Tomcat native library needs to be downloaded manually from here: https://tomcat.apache.org/download-native.cgi It would be better to download it from Maven repository, so that we could upgrade the version easier using Maven script

Tomcat 9 and OpenJDK 17

2024-08-09 Thread Ying Jin
Hi, We have a web application implemented with JSF 2.3, Primefaces, JDK11 and it can run well on Tomcat 9 Server. We encountered following errors after upgrading JDK version to OpenJDK17 in order to meet the deployment requirements: SEVERE: A child container failed during start java.util.concurre

Re: Upgraded Tomcat 9.0.82 to 10.1.23 getting HTTP response 400 for pipe characters in URL

2024-08-09 Thread Olaf Kock
On 09.08.24 11:51, Patil, Tushar wrote: Hi Mark, We are more curious to understand why the pipe character was working fine in 9.x.x series & not working in 10.x.x series? Is there any enhancement done by tomcat in 10.x.x series for blocking pipe character. Can we get any documentation, which

Suggestion: Maven repository for Tomcat native library

2024-08-09 Thread Harri Pesonen
Hello, currently Tomcat native library needs to be downloaded manually from here: https://tomcat.apache.org/download-native.cgi It would be better to download it from Maven repository, so that we could upgrade the version easier using Maven scripts. Also we could see easier when the version nee

Re: Upgraded Tomcat 9.0.82 to 10.1.23 getting HTTP response 400 for pipe characters in URL

2024-08-09 Thread Patil, Tushar
Hi Mark, We are more curious to understand why the pipe character was working fine in 9.x.x series & not working in 10.x.x series? Is there any enhancement done by tomcat in 10.x.x series for blocking pipe character. Can we get any documentation, which will help us to understand the reason for

Re: Upgraded Tomcat 9.0.82 to 10.1.23 getting HTTP response 400 for pipe characters in URL

2024-08-09 Thread Mark Thomas
On 09/08/2024 09:28, Patil, Tushar wrote: Hi Tomcat team, Earlier in the 9.x.x series, the pipe(|) character was allowed with the AJP connector without doing any configuration change at our end, but now in 10.1.23, it is giving an error. Is this bug from the Tomcat side, or do we need any confi

Re: Upgraded Tomcat 9.0.82 to 10.1.23 getting HTTP response 400 for pipe characters in URL

2024-08-09 Thread Patil, Tushar
Hi Tomcat team, Earlier in the 9.x.x series, the pipe(|) character was allowed with the AJP connector without doing any configuration change at our end, but now in 10.1.23, it is giving an error. Is this bug from the Tomcat side, or do we need any configuration changes at our end? -- Thanks an

Re: Apache Tomcat Memory Allocation

2024-08-09 Thread Olaf Kock
On 09.08.24 09:13, Sagar Palle wrote: Hi I am not able to find the setenv.bat in this location C:\tomcat-9.0.84\bin). Simply create it. It's not there by default, so it won't be overwritten with your next update. If it's there, it's included in the startup process, and you can set environme

Re: Apache Tomcat Memory Allocation

2024-08-09 Thread Sagar Palle
Hi I am not able to find the setenv.bat in this location C:\tomcat-9.0.84\bin). Regards, Sagar Palle. From: Christopher Schultz Sent: Thursday, August 8, 2024 7:20 PM To: users@tomcat.apache.org Subject: Re: Apache Tomcat Memory Allocation CAUTION: External em