Re: Advice for Hosting Many Individual Webapps?

2005-08-16 Thread Radek Wierzbicki
Hi, I very often deploy client's applications in multiple tomcat instances. It is normal and each application does not affect another. You just need a strong multiprocessor server with a lot of memory to sustain the last :) The only difference is that I often configure a separate apache instance f

Re: Diagnosing Tomcat Hang

2005-08-12 Thread Radek Wierzbicki
Hi Kenneth, you will have to check your DB connection code and for possible bottlenecks. Does your DB accept enough connections? Any other clues in tomcat log files (also standard output)? --Radek W. Kenneth Litwak wrote: > Hi Radek, > > Below I'm pasting what is at the bottom. I don't see

Re: Diagnosing Tomcat Hang

2005-08-12 Thread Radek Wierzbicki
va:655) > - locked <0x9096cbf0> (a > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable) > at java.lang.Thread.run(Thread.java:534) > > "http-8081-Processor40" daemon prio=1 tid=0x0838be20 nid=0x7ed2 in > Object.wait() [8cbae000..8cbaeccc] >

Re: Diagnosing Tomcat Hang

2005-08-12 Thread Radek Wierzbicki
Hi. Did you try sending a JVM process a QUIT signal (kill -3)? That will produce a thread dump on a standart output. Do that when your application hangs. From the thread dump you can deduct which thread causes a problem. --Radek W. Kenneth Litwak wrote: > I have a Java web app running on tomca