-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Chuck,

Caldarale, Charles R wrote:
| 2) Try taking periodic stack traces to find out where the threads are
| spending their time (jstack helps here, as would a profiler).

Definitely. If you have a 12 minute delay, do something with that time.
One of the last things to happen during Tomcat startup is for all the
request handler threads to be created. I suspect that this delay occurs
before that time. That means that thread dumps are super easy to read:
there will be a small number of threads and you can easily see which
ones are trying to do things rather than sitting idle. Whatever thread
is actually doing something is probably the one with problems.

If you can't figure out what's going on, post the entire thread dump.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAke6KIgACgkQ9CaO5/Lv0PDD5gCfZFFPEel8XeHUay7ilb6J6zeP
g9gAn1/UEUd40sNGn97ne8oEXWMoStvH
=bOzU
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
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