Ok... I had already added those lines to server.xml... but i'm asking if the
line <RequestInterceptor.... is important for ajp13
Do you have added any lines to workers.properties file??

R

----- Original Message -----
From: "Bekkali Hatim - Soama�" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 12:39 PM
Subject: Re: Ajp13 protocol


>
> 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