Classloader deadlock during Tomcat startup

2007-10-15 Thread Huy Vo (hvo)
Hi all, I can re-create the following deadlock situation fairly consistently. I am using Tomcat 5.0.28 on Linux using JDK 1.4.2_11. This Tomcat instance is serving a webapp using Struts (1.2.9)/JSP. Setup: - a few browsers connecting to the Tomcat server. In each browser, there are two

RE: Tomcat Eclipse Integration

2007-03-27 Thread Huy Vo \(hvo\)
I have 3.2.1 with Tomcat 5.0.28 using Sysdeo plugin http://www.sysdeo.com/eclipse/tomcatplugin. Setup is straight-forward. HTH. === Huy T. Vo Voice: 408-853-0535 Fax: 408-853-1671 -Original Message- From: Venky Vasant [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Thread pool per webapp?

2006-11-03 Thread Huy Vo \(hvo\)
Hi, I am wondering whether Tomcat supports thread pool configuration for each webapp. My understanding is that all webapps share the pool configured for the connector. Let's say I have webapps A and B, and A is more critical webapp. Let's say my connector's pool size is 100, and there are

RE: Classloader Question

2006-10-10 Thread Huy Vo \(hvo\)
Hi, I assume these instances all ran from the same Tomcat installation. If so, could you use different CATALINA_BASE for each instance since shared.loader looks into CATALINA_BASE/shared/lib? HTH. === Huy T. Vo Voice: 408-853-0535 Fax:408-853-4021 -Original

Coyote Connectors started up before webapps are loaded

2006-10-09 Thread Huy Vo \(hvo\)
Hello, I am using Tomcat 5.0.28 and JSDK 1.4.2_11 on Linux. No Apache is deployed. From catalina.out, I am seeing that _sometimes_ the HTTP/HTTPS connectors are started up before all of my webapps are loaded. My deployment scenario: - 4 webapps, each being deployed as a small war file