some processes are not closing from operating system level even after shutting down the tomcat.

2009-07-22 Thread santosh.singh
Hi tomcat 24453 1 2 16:11 pts/400:00:23 /opt/java1.5/jdk1.5.0_10/bin/java -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/opt/jakarta-tomcat-5.5.9/common/endorsed -classpath :/opt/jakarta-tomcat-5.5.9/bin/bootstrap.jar:/opt/jakarta-tomcat-5.5.9/b

tomcat process not closing from operating system level

2009-07-22 Thread santosh.singh
Hi The problem is that when tomcat starts this process exists but after shutting down the tomcat still this process is existing at operating system level and in this way after many times tomcat startup and shutdown many processes as same below showing and due to that JDBC sessions from Oracle dat

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
Hi 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

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...@bir

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 to

RE: oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
Hi 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 file. Regards Santosh

oracle JDBC sessions not closing while tomcat shutdown

2009-07-16 Thread santosh.singh
Hi 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