Hi, I've written these lines in workers.propeties:
workers.tomcat_home=/usr/local/tomcat
workers.java_home=/usr/java/jdk1.3.1
ps=/
worker.list=ajp12, ajp13
... ajp12 conf...
worker.ajp13.port=9009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
-----Original Message-----
From: Roberto B. [mailto:[EMAIL PROTECTED]]
Sent: gioved� 30 agosto 2001 11.02
To: [EMAIL PROTECTED]
Subject: Re: Ajp13 protocol
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.