In MySql the timeout is 10 seconds. I have tried various times in the tomcat configuration file, but nothing seems to matter.

-- Dan


Caldarale, Charles R wrote:

From: Daniel L. Gross [mailto:[EMAIL PROTECTED] Subject: Re: Memory Usage

The tomcat start/stop manager has a dump threads option,
it doesn't seem to do anything when I click it.

Start Tomcat using catalina run, and then do whatever your OS needs to
send an interrupt (ctrl-break on Windows).

Here's some additional information from the profiler.
It's a stack trace of the Timer-0 thread:

java.sql.DriverManager.getConnection(java.lang.String)
M5Classes.M5Connection.connect()

This shows it's trying to connect to the server; what's the DB
connection timeout value?  Infinite, by any chance?

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to