Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrea,
Andrea Di Muro wrote:
| Tomcat is running on a Linux Server, what is the exact command to
take the
| thread dump?
| kill -s QUIT tomcat_pid is right?
Yes. The thread dump will be printed on stdout, and probably
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrea,
Andrea Di Muro wrote:
| Tomcat is running on a Linux Server, what is the exact command to take the
| thread dump?
| kill -s QUIT tomcat_pid is right?
Yes. The thread dump will be printed on stdout, and probably go into
catalina.out.
| By us
Andrea Di Muro wrote:
| Hello everyone, I have a Tomcat server with several domains configured
| and sometimes I can see that the tomcat process uses 100-190% (dual
| processor) and hangs up.
| I think that one of my customer has uploaded a jsp page that makes an
| infinite loop.
| How can I chec