How to resolve 403 forbidden error in Tomcat level

2024-08-28 Thread jagadish sahu
Hi Team, I am getting an error 403 forbidden error in my application. I want to fix errors in Tomcat level. Anything I need to change in tomcat level. I am using tomcat 9.0.91. Thank you Jagadish

Re: How to resolve 403 forbidden error in Tomcat level

2024-08-28 Thread Mark Thomas
http://www.catb.org/~esr/faqs/smart-questions.html On 28/08/2024 17:02, jagadish sahu wrote: Hi Team, I am getting an error 403 forbidden error in my application. I want to fix errors in Tomcat level. Anything I need to change in tomcat level. I am using tomcat 9.0.91. Thank you Jagadish

Tomcat 9.0.93 and java.sql.SQLException: ResultSet closed.

2024-08-28 Thread Mcalexander, Jon J.
We upgraded a number of non-production servers starting last night to Tomcat 9.0.93 from 9.0.91. We are now receiving complaints from application teams with issues around: java.sql.SQLException: ResultSet closed. Here are some stack-traces. 1. 024-08-28 04:01:37,081 [gaRULES-ShutDownTask] [ S

Re: Tomcat 9.0.93 and java.sql.SQLException: ResultSet closed.

2024-08-28 Thread Chuck Caldarale
> On Aug 28, 2024, at 15:16, Mcalexander, Jon J. > wrote: > > We upgraded a number of non-production servers starting last night to Tomcat > 9.0.93 from 9.0.91. We are now receiving complaints from application teams > with issues around: java.sql.SQLException: ResultSet closed. This should

RE: Tomcat 9.0.93 and java.sql.SQLException: ResultSet closed.

2024-08-28 Thread Mcalexander, Jon J.
Ok, so should we stop pushing 9.0.93 until 9.0.94? Is there a temporary work-around, like put the 9.0.91 commons-daemon.jar or other jar in the CATALINA_BASE lib folder? Thanks, From: Chuck Caldarale Sent: Wednesday, August 28, 2024 3:36 PM To: Tomcat Users List Subject: Re: Tomcat 9.0.93 and

Re: Tomcat 9.0.93 and java.sql.SQLException: ResultSet closed.

2024-08-28 Thread Mark Thomas
You can try copying tomcat-jdbc.jar from 9.0.91. It should work but you are on your own if you try it and it doesn't. Mark On 28/08/2024 21:47, Mcalexander, Jon J. wrote: Ok, so should we stop pushing 9.0.93 until 9.0.94? Is there a temporary work-around, like put the 9.0.91 commons-daemon.j