Re: Possible AbstractProtocol.waitingProcessors leak in Tomcat 9.0.75

2023-12-05 Thread Jakub Remenec
Hi, I've experienced the same issue as described on Apache Tomcat 10.1.13. After downgrading to 10.1.5 it started to work correctly. I also inspected the heapdump of the application with memory problems and found out that there were many org.apache.tomcat.websocket.WsSession present in

RE: Re: Possible AbstractProtocol.waitingProcessors leak in Tomcat 9.0.75

2023-12-05 Thread Jakub Remenec
Hi, I've experienced the same issue as described on Apache Tomcat 10.1.13. After downgrading to 10.1.5 it started to work correctly. I also inspected the heapdump of the application with memory problems and found out that there were many org.apache.tomcat.websocket.WsSession present in

Looking for examples...

2023-12-05 Thread Mcalexander, Jon J.
Good evening, I am trying to find decent examples for Proerty Replacements in Catalina.properties. I have an instance that is giving me the following Warning and it bugs me: Dec 05, 2023 5:48:51 PM org.apache.tomcat.util.digester.Digester replaceSystemProperties WARNING: System property

Re: [EXTERNAL EMAIL] Re: JSP include not working

2023-12-05 Thread Niranjan Rao
I'm one step further. Cloned the tomcat repo, switched to appropriate tag/branch and looked at the code.  Comments indicated need to have full path and my paths did not start with "/". Added the "/" on couple of pages and no more include error. As of now, even though I don't get the include

RE: Thread Pool Question

2023-12-05 Thread John.E.Gregg
You have to refer to it in your connector: https://tomcat.apache.org/tomcat-10.0-doc/config/http.html > -Original Message- > From: William Crowell > Sent: Tuesday, December 5, 2023 1:39 PM > To: Tomcat Users List > Subject: Re: Thread Pool Question > > I should clarify the ask

Re: Thread Pool Question

2023-12-05 Thread William Crowell
I should clarify the ask here… I have some long running JDBC queries against Oracle, and I do not want to tie up Tomcat’s web thread pool with them. I would only have between 1-10 threads in this pool. Regards, William Crowell This e-mail may contain information that is privileged or

Thread Pool Question

2023-12-05 Thread William Crowell
If I create a separate thread pool in Tomcat’s server.xml like this: Then how do I get a thread to assign any work to it? Regards, William Crowell This e-mail may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any

Re: [EXTERNAL EMAIL] Re: JSP include not working

2023-12-05 Thread Niranjan Rao
Thank you Rob, but doubtful. We're a Ubuntu shop and always mindful of case sensitivity. On 12/5/23 11:09, Rob Sargent wrote: On 12/5/23 12: 01, Niranjan Rao wrote: > Greetings, > > I'm missing something obvious and hoping that someone can point my > nose in right direction. > > > We have a

Re: JSP include not working

2023-12-05 Thread Rob Sargent
On 12/5/23 12:01, Niranjan Rao wrote: Greetings, I'm missing something obvious and hoping that someone can point my nose in right direction. We have a application WAR file that works fine on tomcat 7.0.78. We're trying to migrate this application to 9.0.82. When trying to hit the

JSP include not working

2023-12-05 Thread Niranjan Rao
Greetings, I'm missing something obvious and hoping that someone can point my nose in right direction. We have a application WAR file that works fine on tomcat 7.0.78. We're trying to migrate this application to 9.0.82. When trying to hit the pages, I'm getting error JSP file not found at

RE: Tomcat Build Issue

2023-12-05 Thread Mcalexander, Jon J.
Now that is a definite possibility Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC:

Re: Tomcat Build Issue

2023-12-05 Thread Noelette Stout
I see this kind of thing in my tomcat logs when the security team runs their Nessus scanner against everything. On Tue, Dec 5, 2023 at 2:45 AM Burle, Saicharan wrote: > Hi All, > > I am trying to build a tomcat instance in a net new server and getting the > below error while starting. Although

Re: Tomcat Build Issue

2023-12-05 Thread Mark Thomas
On 05/12/2023 15:15, Burle, Saicharan wrote: Hi Mark/Chris, We are getting this error without even deploying any application. Then start looking at your network to see what is sending this invalid data to Tomcat. Mark -

RE: Tomcat Build Issue

2023-12-05 Thread Burle, Saicharan
Hi Mark/Chris, We are getting this error without even deploying any application. Regards, Saicharan Burle Lead Infrastructure Engineer Chief Technology Office | Foundational Hosting Platform | Middleware Product Engineering G=ETI DPS Middleware Prod Eng Block B1A Divyasree Orion | Hyderabad -

Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-05 Thread Bodavula, Sai Vamsi Mohan Krishna (TR Technology)
As you suggested., I have added my annotations in Catalina_opts ., and I am not able to see any Java Process with the JMX, neither the port is being listened. It came back to previous stage where Annotations are not on the JVM ., Came back to previous stage, where connection refused error., as

Re: Weird CSRF prevention behavior

2023-12-05 Thread Christopher Schultz
All, Ping. Any ideas? -chris On 12/1/23 15:26, Christopher Schultz wrote: All, I'm experimenting with the CsrfPreventionFilter in Tomcat 8.5. I've had issues with it in the past so I haven't actually enabled it in any of my applications, but I'm sufficiently motivated at this point to get

Re: Tomcat Build Issue

2023-12-05 Thread Christopher Schultz
Mark, On 12/5/23 07:15, Mark Thomas wrote: On 05/12/2023 09:45, Burle, Saicharan wrote: Hi All, I am trying to build a tomcat instance in a net new server and getting the below error while starting. Although instance has come up but I am unable to debug the below error. Can someone please

Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-05 Thread Christopher Schultz
Sai Vamsa, On 12/5/23 01:25, Bodavula, Sai Vamsi Mohan Krishna (TR Technology) wrote: Thanks for the response.. as you suggested., I tried adding my annotations in CATALINA_OPTS., Instead of Java_Opts and Java_tool_options., But its not even working out., Java process is not getting

Re: Tomcat Build Issue

2023-12-05 Thread Mark Thomas
On 05/12/2023 09:45, Burle, Saicharan wrote: Hi All, I am trying to build a tomcat instance in a net new server and getting the below error while starting. Although instance has come up but I am unable to debug the below error. Can someone please assist in this regard?

Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-05 Thread Bodavula, Sai Vamsi Mohan Krishna (TR Technology)
Hey Thomas, Thanks for the response. Yeah., I am trying to add Heap size parameters to the JVM using the annotations., DO you smell anything wrong in this!? Thanks & Regards, -- SAI VAMSI .B Senior DevOps Engineer From: Thomas Meyer Sent: Tuesday, December

Tomcat Build Issue

2023-12-05 Thread Burle, Saicharan
Hi All, I am trying to build a tomcat instance in a net new server and getting the below error while starting. Although instance has come up but I am unable to debug the below error. Can someone please assist in this regard? [https-jsse-nio-11511-exec-4]

Re: setenv.sh tomcat8 changelog

2023-12-05 Thread Giuseppe Sacco
Hello Christoph, Il giorno lun, 04/12/2023 alle 16.10 +0100, Christoph Kukulies ha scritto: [...] > Where do I find "setenv.sh" in my tomcat9 (Ubuntu) distribution?  I think all Debian derivatives use /etc/default/tomcat8 file for setting those variables. Bye, Giuseppe