Pb with thread and http-connector

2005-04-21 Thread Xavier AMBROSIONI
Hi, I'm running tomcat 4.1.31 on HP-UX 11i with the HotSpot JVM 1.4.2_02. I'm using a Coyote HTTP/1.1 Connector. I'm investigating the following memory issue : the heap size grows until the -Xmx value and then the I have a java.lan.OutOfMemory exception. Using HPjmeter to profile my appliation,

Why tomcat start and stop threads ?

2005-04-19 Thread Xavier AMBROSIONI
Hi, I'm running a home made application on tomcat 4.1.31 on a HP-UX 11i box with the HotSpot JVM 1.4.2_02. I'm using a Coyote HTTP/1.1 Connector. The heap size of the tomcat process grows until it reachs the value I set with the -Xmx parameter. At this point I have some java.lang.OutOfMemory

upgrade from tomcat4.1.12 to 4.1.24

2003-06-06 Thread Xavier Ambrosioni
Hi all, I upgraded my tomcat installation from 4.1.12 to 4.1.24. Now I have the following problem when I run my webapp: java.lang.ClassNotFoundException: org.apache.catalina.servlets.CGIServlet Someone know why I have this error ? Which jar files contains this class ? thank you for your

Re: upgrade from tomcat4.1.12 to 4.1.24

2003-06-06 Thread Xavier Ambrosioni
/lib/servlets-cgi.renametojar to $TOMCAT_HOME/server/lib/servlets-cgi.jar and edit $TOMCAT_HOME/conf/web.xml to enable the cgi servlets -Tim Xavier Ambrosioni wrote: Hi all, I upgraded my tomcat installation from 4.1.12 to 4.1.24. Now I have the following problem when I run my webapp

Re: How can I run tomcat on port 8080 and have the users think it's on port 80?

2003-06-06 Thread Xavier Ambrosioni
You can use the mod_rewrite module in apache to rewrite and redirect URL from port 80 to port 8080. With this module, apache can be used as a proxy that only redirect urls to the right port. Xavier [EMAIL PROTECTED] wrote: I'd like to run Tomcat on port 80 but I don't want to run it as