Good morning, afternoon, and evening,
Just one little clarification.
If I want apache to handle all html, php, cgi requests, I use:
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8080" minProcessors="5" maxProcessors="50"
enableLookups="false" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>
in my server.xml file.
And if I want the web_app module to handle "java" request I use:
<Connector classname="org.apache.catalina.connector.warp.WarpConnector"
port="8008" minProcessors="5" maxProcessors="50"
enableLookups="false" acceptCount="10" debug="0"/>
????
I am having trouble distinguishing the difference between the Connectors and how
Apache handles html requests as compared to "java" requests.
Thanks
-chad
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>