RE: controling resource and cpu hogging

2006-12-31 Thread Caldarale, Charles R
From: hanasaki [mailto:[EMAIL PROTECTED] Subject: controling resource and cpu hogging How can misbehaving deployed WAR's be identified and 1. killed off (maybe an issue if they hold onto threads or instance references when undeploy or stop is called) You can try a profiler or thread dump

RE: controling resource and cpu hogging

2006-12-31 Thread Caldarale, Charles R
From: Caldarale, Charles R Subject: RE: controling resource and cpu hogging 2. be controlled (ie: throttle/cap a specific domain and/or WAR deployment in CPU consumption). I'm not aware of anything currently in Tomcat or the JVM that will let you do this easily. You can, of course

controling resource and cpu hogging

2006-12-30 Thread hanasaki
We have several domains that each have several WAR files deployed. How can misbehaving deployed WAR's be identified and 1. killed off (maybe an issue if they hold onto threads or instance references when undeploy or stop is called) 2. be controlled (ie: throttle/cap a specific domain and/or WAR