Performance issue with Tomcat 5.0

2006-04-13 Thread opensta
In our application , jboss app server , fiorano messaging server , Tomcat 5.0 webserver , first time when give load of 200 users it works fine , but after some time 10 min , the tomcat server remains 48% idle , when there is no load , when i type top command it shows java process taking 99 % cp

Re: Performance issue with Tomcat 5.0

2006-04-13 Thread opensta
I already done that dump using that kill quit command but how can i identify the problem , following is the thread dump , please help me how to look into Full thread dump Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode, sharing): "Thread-1500" prio=1 tid=0xac187838 nid=0x2b85 waiting on co

Re: Performance issue with Tomcat 5.0

2006-04-13 Thread opensta
One more Question :: for Tomcat config file these are default settings :: maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acc

Re: Java process segfaulting and using 100% CPU

2006-04-19 Thread opensta
Just Type kill -QUIT command you will get the thread dump in catalina.out file of tomcat log folder u can identify the ur thread which are culprit from that -- View this message in context: http://www.nabble.com/Java-process-segfaulting-and-using-100-CPU-t1474571.html#a4001573 Sent from the To

Re: Tomcat 4.1.24 - Out of memory

2006-04-26 Thread opensta
just increase your max memory of JVM , problem will get solved -- View this message in context: http://www.nabble.com/Tomcat-4.1.24---Out-of-memory-t1509167.html#a4098698 Sent from the Tomcat - User forum at Nabble.com. - To un

Tomcat Manager

2006-06-08 Thread opensta
action [ *.do ] Processing time: 17146.393 s Max time: 79823 ms Request count: 2469 In My application tomcat used as web server & Jboss as AS What is mean by Max time ? IS it the Max time taken by any do request or what ? Please comment -- View this messag