santosh.si...@birlasoft.com wrote:
When I have tried to run the any java program independent of tomcat then
the opened session is releasing from oracle database.

But the same java program is run via/through tomcat then opened JDBC
sessions at oracle database level is not releasing.

Is there any parameter to modify or to add in tomcat file(s). So, that
this issue will resolve.
There's an issue with one of your webapps deployed on Tomcat. They are not shutting down properly. You need to do a thread dump on Tomcat's JVM after such shutdown to find out which threads are still running.


--
Mikolaj Rydzewski <m...@ceti.pl>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to