Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

CoyoteConnector startup warning

Vano Beridze

2004-02-05


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@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.