-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Lucas,
On 7/13/2009 2:22 PM, Lucas Vickers wrote: > I have an issue where Tomcat shuts down without reason. When receiving a > light to moderate load that involves MySql database work tomcat shuts down > without error. > > I get the message > "INFO main org.apache.coyote.http11. Http11BaseProtocol - Pausing Coyote > HTTP/1.1 on http-8080" > > This is consistent after 2-4 minutes of simple stress testing. What happens if you don't even stress-test the app? Does Tomcat go down with /no/ load on it? > I am not very sure where the issue lies. Try this: $ grep System.exit `find src -name "*.java"` > I know the tomcat status page gives me a good deal of the information I > would like. Is there any product / methodology for periodically logging > this information? I would write a script that does roughly this: while true ; do wget -O status.`date` http://localhost/path/to/tomcat/status sleep 1000 done Then you can see a history of the statuses of your server. If some thread is calling System.exit, though, then you probably won't see anything useful. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkpbkEgACgkQ9CaO5/Lv0PBkGQCgqBtEM50zA0adK0aTdLLnR5kv 82UAn2ZCgDJWKZOUlulYL7Tl8xETXSDD =6YP5 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org