I too had this issue at first, but now I am running mod_jk with ajp13 and
even using thread pools.

I found the line is not needed, instead add the following after the ajp12
line

        <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler"
       value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
            <Parameter name="port" value="8009"/>
        </Connector>

"Things turn out best for those what make the best of the way things turn
out" -- Art Linkletter


Jason Novotny <[EMAIL PROTECTED]>@bullwinkle.lbl.gov on 09/04/2001 12:21:05
PM

Please respond to [EMAIL PROTECTED]

Sent by:  [EMAIL PROTECTED]


To:   [EMAIL PROTECTED]
cc:
Subject:  tomcat 3.2.3 confusion with mod_jk/ajpv13




    I want to use the latest stable release of Tomcat with support for
SSL and Apache, so I've downloaded 3.2.3. Reading the docs, I find that
mod_jk is intended to be an eventual replacement for mod_jserv and has
better support for SSL.

    However, I see no mention of Ajp13 in my server.xml file and reading
the mod_jk howto it claims I should add

<RequestInterceptor

className="org.apache.tomcat.modules.server.Ajp13Interceptor"
            port="8009"/>

to my server.xml. But when I startup Tomcat, it fails with a class not
found error. Looking deeper into webserver.jar I find 3 Ajp13 files:
org/apache/tomcat/service/connector/{Ajp13ConnectionHandler.java,
Ajp13ConnectorRequest.java, Ajp13ConnectorResponse.java}, but I have no
idea how to add the appropiate entry in server.xml. Am I to guess that
Ajp13 isn't ready for primetime with Tomcat 3.2.3 or is the mod_jk
document in desparate need of an update??

    Thanks, Jason

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





Reply via email to