You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Vano Beridze <va...@silkroad.ge> on 2004/02/05 17:24:45 UTC

CoyoteConnector startup warning

Hello
I've got tomcat 4.1.29
Recently I changed my http connector with Coyote Connector and my 
server.xml fragment is

.....
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
            port="9517" minProcessors="5" maxProcessors="75"
           enableLookups="true"
          acceptCount="100" debug="0" connectionTimeout="60000"
         useURIValidationHack="false" disableUploadTimeout="true" />
.....

When I start tomcat everything works fine, but there is a message in
catalina_log.txt

CoyoteConnector Coyote can't register jmx for protocol.

What does that mean? What should I do to remove that warning?

Thank you
Vano


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org