i use this to ennable Ajp13 protocol   

<!-- Apache AJP13 support. This is also used to shut down tomcat.
          -->
        <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler"
       value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
            <Parameter name="port" value="8009"/>
        </Connector>


Le Jeudi 30 Août 2001 08:41, vous avez écrit :
> I'm using a linux box.
> I added this line in file server.xml
>
> <RequestInterceptor
>     className="org.apache.tomcat.modules.server.Ajp13Interceptor"
>     port="8009"/>
>
> to enable Ajp13 protocol, but when I start Tomcat 3.2.3 I receive an error.
> Is it necessary the above line in order to activate Ajp13??
>
> thanks!
>
> Roberto.

Reply via email to