You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Peter Schuller <pe...@infidyne.com> on 2001/11/04 19:45:33 UTC

Ajp13 and Tomcat 3.2.3?

Hello,

is Ajp13 supported by Tomcat 3.2? On the one hand, the mod_jk HOWTO is
under the 3.2.3 documentation tree, but on the other hand, when I
attempt to launch Tomcat 3.2.3 with an Ajp13 RequestInterceptor
defined I get:

   java.lang.ClassNotFoundException: org.apache.tomcat.modules.server.Ajp13Interceptor

Am I doing something wrong, or is Ajp13 only supported in 3.3?

Thanks,

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <pe...@infidyne.com>'
Key retrival: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Clarification

Posted by Peter Schuller <pe...@infidyne.com>.
>    java.lang.ClassNotFoundException: org.apache.tomcat.modules.server.Ajp13Interceptor

This is, btw, after following the instructions in the
"Configuring Tomcat to use the Ajpv13 protocol" section in
doc/mod_jk-howto.html in the Tomcat 3.2.3 distribution. In other
words, I added the following to server.xml:

    <RequestInterceptor
       className="org.apache.tomcat.modules.server.Ajp13Interceptor"
       port="8001"/>

-- 
/ Peter Schuller, InfiDyne Technologies HB

PGP userID: 0xE9758B7D or 'Peter Schuller <pe...@infidyne.com>'
Key retrival: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>