hi.

after many hours of frustration trying to get the fancy new admin tool
working, i finally tracked it down to a problem with the CoyoteConnector
not respecting the 'port' attribute in the Connector element in
server.xml

the full entry is:

 <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
            port="8213" minProcessors="5" maxProcessors="75"
            enableLookups="true" redirectPort="8443"
            acceptCount="10" debug="0" connectionTimeout="20000"
            useURIValidationHack="false"
       protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>

this works fine, except my workers.props needs to point to port 8009,
and the catalina.out file has this entry:

[INFO] ChannelSocket - -JK2: ajp13 listening on tcp port 8009


this is with:

jakarata-tomcat 4.1.10
jakarta-tomcat-connectors 4.1.10

btw, it appears that the Ajp13Connector is not compatible with the new
admin webapp, i was getting this error on startup:

  java.lang.Exception: ManagedBean is not found with Ajp13Connector

now that i've resolved that problem, and figured out why the coyote
couldn't connect previously, all appears to be working well.

hope this helps,

-- 

    CraigL->Thx();
    Be Developer ID: 5852

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to