Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Santosh, On 7/16/2009 7:27 AM, 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. Probably because you are calling System.exit() in you

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Martin Gainty
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 16 Jul 2009 11:49:14 +0200 > From: m...@ceti.pl > To: users@tomcat.apache.org > Subject: Re: oracle JDBC sessions not closing while tomcat shutdown > > santosh.

Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Mikolaj Rydzewski
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

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
in tomcat file(s). So, that this issue will resolve. Regards Santosh -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, July 16, 2009 4:25 PM To: Tomcat Users List Subject: Re: oracle JDBC sessions not closing while tomcat shutdown santosh.si...@birlasoft.com

Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Mark Thomas
a...@apache.org] > Sent: Thursday, July 16, 2009 4:01 PM > To: Tomcat Users List > Subject: Re: oracle JDBC sessions not closing while tomcat shutdown > > santosh.si...@birlasoft.com wrote: >> Hi >> >> How can I verify that and while shutting down or restarting tom

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
Hi Can you give me a small java program to verify about thread dump. Santosh -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, July 16, 2009 4:01 PM To: Tomcat Users List Subject: Re: oracle JDBC sessions not closing while tomcat shutdown santosh.si

Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Mark Thomas
santosh.si...@birlasoft.com wrote: > Hi > > How can I verify that and while shutting down or restarting tomcat, how > it will close. Do a thread dump when is doesn't shutdown and see what is still running. Mark - To unsubscr

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
Hi How can I verify that and while shutting down or restarting tomcat, how it will close. Regards Santosh -Original Message- From: Mikolaj Rydzewski [mailto:m...@ceti.pl] Sent: Thursday, July 16, 2009 3:53 PM To: Tomcat Users List Subject: Re: oracle JDBC sessions not closing while

Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Mikolaj Rydzewski
santosh.si...@birlasoft.com wrote: We are getting same JDBC Sessions at oracle database which has been created/pooled while tomcat started. I would also like to update you that java.exe is not terminating for the same tomcat. However , we have performed proper shutdown of tomcat using shutdown.sh

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
-Original Message- From: Mikolaj Rydzewski [mailto:m...@ceti.pl] Sent: Thursday, July 16, 2009 3:19 PM To: Tomcat Users List Subject: Re: oracle JDBC sessions not closing while tomcat shutdown santosh.si...@birlasoft.com wrote: > Apache Tomcat is working as a middleware between JAVA

Re: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread Mikolaj Rydzewski
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, i