Hello
I have an application deployed under tomcat 4.1.29 and recently the web server has started bahaving weird:
I make a request to one of the apps servlets and I never get a response to it or get it very difficult. I have placed debug messages all over the servlet so I se everything gets executed but the response content is never returned to the browser. Stopping the tomcat service takes ages too or just hangs. I am not sure about this, but I think this started happening after I modified some stuff in the server.xml conf file. I have changed it back but this behaviour still persists. What to do?
What I changed in the server.xml file: added this:
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="80" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="100" debug="0" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" />
(a new connector on 80)and changed ROOT to some other dir in
<Context path="" docBase="ROOT" debug="0"/>Does anybody have a clue on what might be happening? I can attach the existing server.xml if necessary .. .
Thanks, Christina
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
