R
ricmar
Hello,
After searching a lot through google I still cannot find the solution
for my problem. I hope someone could help me.
I have a tomcat 5.0 running on a solaris OS which connect via
oracle.jdbc.driver.OracleDriver to a Oracle database.
I have a web application that works OK and I also have a thread (which
uses the same tomcat context) running every 5 minutes querying the
database for some data.
After some days or sometimes hours the connection hangs. The only way
to "resume" the thread is restarting tomcat.
I think the connections are beeing closed since the web application is
still available.
Can anyone give some tips, so I can figure out this problem?
Thanks in advance,
Ricardo Marques
After searching a lot through google I still cannot find the solution
for my problem. I hope someone could help me.
I have a tomcat 5.0 running on a solaris OS which connect via
oracle.jdbc.driver.OracleDriver to a Oracle database.
I have a web application that works OK and I also have a thread (which
uses the same tomcat context) running every 5 minutes querying the
database for some data.
After some days or sometimes hours the connection hangs. The only way
to "resume" the thread is restarting tomcat.
I think the connections are beeing closed since the web application is
still available.
Can anyone give some tips, so I can figure out this problem?
Thanks in advance,
Ricardo Marques