Uhm.......

<snip>

And I didn't touch the Connector Classname entry in server.xml:

    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <!--
    <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
               port="8009" minProcessors="5" maxProcessors="75"
               acceptCount="10" debug="0"/>

<snip>


Notice the <!-- before the connector, and the --> shortly thereafter.

That's a comment, so you have that Ajp13Connector commented out at the
moment :)

Try removing the <!-- and --> from around the Connector tag and restart
Jakarta.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to