Re: All threads (200) are currently busy

2008-10-31 Thread Litton, Tom - CEPM
If you do a kill -3 on the process it will dump the stack trace to the standard output stream. Sent from my iPhone On Oct 31, 2008, at 7:23 PM, "AD" <[EMAIL PROTECTED]> wrote: Fair enough Tomcat 5.5, JVM 1.6, Redhat Enterprise 5, 8Gb Mem, 5Gb Heap. What is the best way to take a thread dum

RE: Bending Jasper to My Will

2008-04-21 Thread Litton, Tom - CEPM
Shouldn't you be able to do this with most of the web frameworks out there (like struts, spring MVC, etc). Many of them work by forwarding all requests to an "action" servlet. The servlet then decides what action to perform and what jsp to forward the request to. Is there a reason why you can't

RE: Problem redeploying war in Tomcat , Unix environment

2008-04-14 Thread Litton, Tom - CEPM
It's been my experience errors like this are caused by having the same jar file in the common/lib and WEB-INF/lib directories. -Original Message- From: Raghuveer Rawat [mailto:[EMAIL PROTECTED] Sent: Monday, April 14, 2008 10:44 AM To: users@tomcat.apache.org Subject: Problem redeploying