When trying to use Apache Proxy Support the connector configuration:
...
   <Connector className="org.apache.catalina.connector.http.HttpConnector"
       port="8080"
     proxyPort="80"/>

...
forces the following error (in catalina.out):
SEVERE: Begin event threw exception
java.lang.ClassNotFoundException: 
org.apache.catalina.connector.http.HttpConnector

Analysis in my installation directory results in the fact, that there is no 
class org.apache.catalina.connector.http.HttpConnector in the 
server/lib/catalina.jar as in a Tomcat 4 Installation is !?

Where is the org.apache.catalina.connector.http.HttpConnector-class located in 
Tomcat 5 ?

Rainer

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

Reply via email to