Re: tomcats starting with 200 threads

2022-09-19 Thread Jonathan Yom-Tov
hi Christopher, Configuration follows: On Mon, Sep 19, 2022 at 7:45 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Jon, > > On 9/19/22 10:46, Jonathan Yom-Tov wrote

AW: which missing file prevents tomcat 10 from starting as windows service ?

2022-09-19 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Heidt, Larry > Gesendet: Montag, 19. September 2022 23:15 > An: users@tomcat.apache.org > Betreff: which missing file prevents tomcat 10 from starting as windows > service ? > > The "...\apache-tomcat-10.0.23\bin\service.bat install" command succ

which missing file prevents tomcat 10 from starting as windows service ?

2022-09-19 Thread Heidt, Larry
The "...\apache-tomcat-10.0.23\bin\service.bat install" command succeeds, however starting Tomcat from Windows Services fails, with the commons_daemon logging below indicating "The system cannot find the file specified." Notes: 1. All files/folders referenced in the logging below exist, exc

AW: AW: AW: Tomcat 10 with Http2 and compression sometimes closes connection with Firefox

2022-09-19 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Mark, thanks for the update. The commit looked promising. I tried with Tomcat 10.1 M17 but unfortunately it didn't help. The partly loaded website is still occuring. Setting http2 logging to fine, I can see the following stack: 19-Sep-2022 20:07:16.651 FEIN [https-openssl-nio-443-exec

Re: Tomcat 9.0.65 suspected memory leak

2022-09-19 Thread Mark Thomas
On 15/09/2022 14:11, Chen Levy wrote: Hello Experts We’ve recently upgraded some of our production servers to Tomcat 9.0.65; every upgraded server crashed with java.lang.OutOfMemoryError within an hour or so under load. The exact same setup (same application, Linux kernel, Java version etc.)

Re: tomcats starting with 200 threads

2022-09-19 Thread Christopher Schultz
Jon, On 9/19/22 10:46, Jonathan Yom-Tov wrote: Sometimes one of our production Tomcats will start with the maximum (200) number of threads in the https pool. That is, it doesn't start with some minimum and works its way up to the maximum, it immediately starts with the maximum. There's no reason

Re: HOW TO ENABLE LDAPS ON TOMCAT 8.5

2022-09-19 Thread Christopher Schultz
Rakesh, On 9/17/22 23:02, rakesh meka wrote: Currently of the application is deplye Don the tomcat 8.5 uses LDAP protocol for AD authentication of sap users. I need to change the LDAP to LDAPS. So I installed domain certificate using keytool. But when i change the port number to 636 I see an err

Re: tomcats starting with 200 threads

2022-09-19 Thread Mark Thomas
If the machine / VM / container you are running Tomcat on can't handle 200 threads you should be using a smaller value for maxThreads. Mark On 19/09/2022 15:46, Jonathan Yom-Tov wrote: hi, Sometimes one of our production Tomcats will start with the maximum (200) number of threads in the http

tomcats starting with 200 threads

2022-09-19 Thread Jonathan Yom-Tov
hi, Sometimes one of our production Tomcats will start with the maximum (200) number of threads in the https pool. That is, it doesn't start with some minimum and works its way up to the maximum, it immediately starts with the maximum. There's no reason for it since most of the threads stay idle t

Re: Unexpected double-slash in javax.servlet.forward.request_uri

2022-09-19 Thread Christopher Schultz
All, On 8/24/22 14:15, Christopher Schultz wrote: I haven't tried narrowing this down very much yet, but I have a situation where I'm using javax.servlet.forward.request_uri to build a URI and the string I'm pulling from there starts with TWO / characters instead of one. This ends up breakin