Where is the problem in my ThreadDump information?

2006-10-06 Thread Minh Tu Thanh Tran
Dear all, Below is the Thread Dump output. I am new to this subject so that I can not figure out what and where the problem that make Thread Dump is. Could some one please give me some hints? Thanks alot Tu Thread Dump

Re: Problem: Tomcat server hang because CPU goes to 100%

2006-10-05 Thread Minh Tu Thanh Tran
, October 04, 2006 2:56 PM To: Tomcat Users List Subject: Re: Problem: Tomcat server hang because CPU goes to 100% create a thread dump (kill -QUIT pid) and look for the thread that hangs. then fix the bug :-) regards Leon On 10/4/06, Minh Tu Thanh Tran [EMAIL PROTECTED] wrote: Dear friends

Re: Problem: Tomcat server hang because CPU goes to 100%

2006-10-05 Thread Minh Tu Thanh Tran
that hangs. then fix the bug :-) regards Leon On 10/4/06, Minh Tu Thanh Tran [EMAIL PROTECTED] wrote: Dear friends, When I click on different links or button in my jsp page quickly, normally everythings is ok but sometime the tomcat server hang, it can not response to the requests anymore because

Problem: Tomcat server hang because CPU goes to 100%

2006-10-04 Thread Minh Tu Thanh Tran
Dear friends, When I click on different links or button in my jsp page quickly, normally everythings is ok but sometime the tomcat server hang, it can not response to the requests anymore because the CPU goes to 100% If I publish my website, and when it may happens again the CPU goes to 100%

My web application using tomcat server sometime make my CPU goes to 100%

2006-10-02 Thread Minh Tu Thanh Tran
Dear friends, Sometime, when I click on different link in my jsp page quickly, then the tomcat server can not response to the requests anymore because the CPU goes to 100%. If I publish my website, and when it may happens again the CPU goes to 100% long enough to break down the CPU. That would

Re: Problem with java.library.path

2006-08-07 Thread Minh Tu Thanh Tran
to the traditional Coyote connector. As far as an external jar file, best practice is include it in your webapp in WEB-INF/lib. In $CATALINA_HOME/shared/lib if you are using it accross multiple webapps. --David Minh Tu Thanh Tran wrote: Hi, I want to use methods of an external library