Randy,

Here is a clip from my server.xml file:

<!-- Apache AJP12 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.Ajp12ConnectionHandler"/>
            <Parameter name="port" value="8007"/>
        </Connector>

Thank You
Matt Winer

-----Original Message-----
From: Randy Layman [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 11, 2001 1:55 PM
To: [EMAIL PROTECTED]
Subject: RE: Tomcat and IIS revisited



        Now, my question is, have you modified Tomcat's server.xml file?
This file indicates that it will try and use ajp12 to connect to
localhost:8007 to find Tomcat.  From your uriworkermap.properties file we
know that this one should be used, and from the log files posted earlier we
know that it is being used.  So, the only thing that remains that could be
wrong, is that Tomcat is not running AJP12 on port 8007.

Reply via email to