Re: Intermittent Missing Content-Type

2024-07-22 Thread Christopher Schultz
Simon, On 7/18/24 14:54, Simon Arame wrote: Greetings folks, According to JavaServer Pages™ specs v2.3 #JSP4.2, when a JSP page does not provide the TYPE value of the contentType attribute, "the initial content type is “text/html” for JSP pages in standard syntax" With our relatively big web a

Re: Reg: tomcat CPU spikes

2024-07-22 Thread Christopher Schultz
Jalaj, On 7/19/24 14:28, Jalaj Asher wrote: This is the warning message we get when cachingAllowed is not set to false org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/] to the cache for web application [/x] because there was insufficient

RE: NoClassDef error

2024-07-22 Thread Mcalexander, Jon J.
Thank you Mark! From: Mark Thomas Sent: Monday, July 22, 2024 9:59 AM To: users@tomcat.apache.org Subject: Re: NoClassDef error On 22/07/2024 15: 31, Mcalexander, Jon J. wrote: > Hello, > I have an application team that is receiving the following exception after upgrading to Tomcat 9. 0. 90. >

Re: NoClassDef error

2024-07-22 Thread Mark Thomas
On 22/07/2024 15:31, Mcalexander, Jon J. wrote: Hello, I have an application team that is receiving the following exception after upgrading to Tomcat 9.0.90. Exception java.lang.NoClassDefFoundError: org/apache/tomcat/dbcp/pool2/BasePooledObjectFactory If they revert back to 9.0.89 it once ag

NoClassDef error

2024-07-22 Thread Mcalexander, Jon J.
Hello, I have an application team that is receiving the following exception after upgrading to Tomcat 9.0.90. Exception java.lang.NoClassDefFoundError: org/apache/tomcat/dbcp/pool2/BasePooledObjectFactory If they revert back to 9.0.89 it once again works. Was there a change to this component b