Hi,

I'm trying to setup Tomcat 5.0.27 to talk to Apache using mod_proxy on
Win2K server.  
When I add the following to server.xml to setup the proxy port:

<Connector className="org.apache.catalina.connector.http.HttpConnector"
  port="8088"
  proxyport="9091"
  minProcessors="5"
  maxProcessors="75"
  enableLookups="true"
  redirectPort="8443"
  acceptCount="10"
  debug="0"
  connectionTimeout="60000"/>

and try to start Tomcat, a DOS window flashes up for a few seconds, then
disappears, i.e., Tomcat doesn't seem to be able to startup.

Can anyone tell me why the above is happening?

Thanks,
Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to