Re: tomcat/java process strangeness

2007-10-19 Thread thebugslayer
PROTECTED] Typically when a software vendor says that a product is intuitive he means the exact opposite. -- theBUGslayer - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

tomcat/java process strangeness

2007-10-17 Thread thebugslayer
(different PIDs). And my tomcat instance seems to run fine without problem. When I kill one of the process, the rest will go down as well. Here are 2 out of 21 process list I got... thebugslayer 7346 0.0 1.9 255680 121612 ? SOct16 0:00 /opt/java/bin/java -client -Xms32m -Xmx64m

Groovy scripts to setup multiple Tomcat instances with single install base.

2007-10-11 Thread thebugslayer
Hi all, Just want to share these tools to the user groups. Hope you find it useful. http://docs.codehaus.org/display/GROOVY/Tomcat+tools Cheers, -- /bugslayer - To start a new topic, e-mail: users@tomcat.apache.org To

Re: Graceful webapp reloading

2007-08-26 Thread thebugslayer
Jerome, Have you tried Tomcat's manager webapp? You may also use Ant task to controll this too. On 8/23/07, Mark Thomas [EMAIL PROTECTED] wrote: Jérôme Etévé wrote: Is there a way to setup tomcat to do a nice graceful reload where all the current requests are allowed to finish and the new

Re: Tomcat looses POST parameters

2007-08-26 Thread thebugslayer
I would suggest a TCP sniff tool like one found from axis or grinder to peek at your http track to be sure. On 8/24/07, M4N - Arjan Tijms [EMAIL PROTECTED] wrote: Hi, We're hosting a fairly high traffic web application based on Tomcat. It's running on Debian-Etch, JDK 5.0U10 and Tomcat

resources to watch for reloading weapp

2007-08-26 Thread thebugslayer
Hi, Is there way to configure/add more file to be monitored for changes that trigger a webapp's auto reload? -- /bugslayer - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For