santosh.si...@birlasoft.com wrote:
 Apache Tomcat is working as a middleware between JAVA and ORACLE
Databse. The problem is that when I am starting the tomcat, each time it
opens 3 JDBC sessions on database level and using those sessions at
application level. But when shutting down the tomcat, it is not
closing/releasing those JDBC sessions from database level. And thus so
many not in use JDBC sessions exists after restarting tomcat many times.
How can you have JDBC sessions active after Tomcat shutdown? JVM exits, so every JDBC connection disappears...

--
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