You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jason Novotny <JD...@lbl.gov> on 2001/08/31 23:55:31 UTC

tomcat 3.2.3 and mod_jk

    I see mod_jk in the tomcat 3.2.3 source distribution- however I see
no reference to the mod_jk or AjpV13 connector in the included
server.xml file. Am I supposed to use mod_jserv only with Tomcat
3.2.3??? If not, where's the right server.xml file.

    Thanks, Jason

--
Jason Novotny               jdnovotny@lbl.gov
Home: (510) 610-8360        Work: (510) 486-8662
NERSC Distributed Computing http://www-itg.lbl.gov/Grid




Re: tomcat 3.2.3 and mod_jk

Posted by Jason Novotny <JD...@lbl.gov>.
    In my server.xml from the 3.3 m2 distribution my server.xml has the
following entry for the Ajp13 connector:

 <!-- Apache AJP13 support (mod_jk)
          -->
        <RequestInterceptor
         className="org.apache.tomcat.modules.server.Ajp13Interceptor"
         port="8009" />

    However, in webserver.jar in the 3.2.3 release, I see I have
org.apache.tomcat.service.connector.Ajp13ConnectionHandler.class

    What is the appropriate entry for the Ajp13 connector in the
3.2.3server.xml?

    Thanks, Jason


Jason Novotny wrote:

>     I see mod_jk in the tomcat 3.2.3 source distribution- however I see
> no reference to the mod_jk or AjpV13 connector in the included
> server.xml file. Am I supposed to use mod_jserv only with Tomcat
> 3.2.3??? If not, where's the right server.xml file.
>
>     Thanks, Jason
>
> --
> Jason Novotny               jdnovotny@lbl.gov
> Home: (510) 610-8360        Work: (510) 486-8662
> NERSC Distributed Computing http://www-itg.lbl.gov/Grid

--
Jason Novotny               jdnovotny@lbl.gov
Home: (510) 610-8360        Work: (510) 486-8662
NERSC Distributed Computing http://www-itg.lbl.gov/Grid




Re: tomcat 3.2.3 and mod_jk

Posted by Jason Koeninger <jk...@jjcc.com>.
It's in there, but it's not on by default.  Copy the ajp12 connector 
section of server.xml and paste the same thing right below.  Change
the port number and change all of the 12's to 13's, and you should be 
ready to go.

Best Regards,

Jason Koeninger
J&J Computer Consulting
http://www.jjcc.com


On Fri, 31 Aug 2001 14:55:31 -0700, Jason Novotny wrote:

>
>    I see mod_jk in the tomcat 3.2.3 source distribution- however I see
>no reference to the mod_jk or AjpV13 connector in the included
>server.xml file. Am I supposed to use mod_jserv only with Tomcat
>3.2.3??? If not, where's the right server.xml file.
>
>    Thanks, Jason
>
>--
>Jason Novotny               jdnovotny@lbl.gov
>Home: (510) 610-8360        Work: (510) 486-8662
>NERSC Distributed Computing http://www-itg.lbl.gov/Grid
>
>
>