| Author |
Very slow to hook up to MySQL db
|
joseph corner
Ranch Hand
Joined: Feb 20, 2004
Posts: 50
|
|
Hi all, I have a java web app which connects to a MySQL database, using a datasource which i have defined in tomcat's server.xml, DefaultContext tag, as follows: When I restart the web server with the java app, the connection works without problems. If I then go away and come back an hour later, and try to connect to the db again in my web app, it takes aaaaages to connect to the db. It doesn't time out, it just takes a looong time to connect and display the page with the results. (10 mins?) I am closing all my resultsets, statements and connections in my servlet code. Once the connection is finally made, the web app seems to run OK. Any ideas what might be wrong? Thanks. [ March 15, 2007: Message edited by: joseph corner ]
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Very slow to hook up to MySQL db
|
|
|