tomcat jmx and INFO: Port busy 8009 java.net.BindException: Address already in use

2008-05-27 Thread sudip shrestha
with tomcat 5.5.20 and mx4j-tools.jar at common/lib and the following setting: Connector port=${AJP.PORT} handler.list=mx mx.enabled=true mx.httpHost=localhost mx.httpPort=8181 protocol=AJP/1.3 / I get the following startup log: INFO:

Re: tomcat jmx and INFO: Port busy 8009 java.net.BindException: Address already in use

2008-05-27 Thread Filip Hanik - Dev Lists
you're not trying to configure a JMX connector, you're trying to configure an AJP connector as defined by Connector port=${AJP.PORT} protocol=AJP/1.3 / Filip sudip shrestha wrote: with tomcat 5.5.20 and mx4j-tools.jar at common/lib and the following setting: Connector port=${AJP.PORT}

Re: tomcat jmx and INFO: Port busy 8009 java.net.BindException: Address already in use

2008-05-27 Thread sudip shrestha
Thanks... On 5/27/08, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: you're not trying to configure a JMX connector, you're trying to configure an AJP connector as defined by Connector port=${AJP.PORT} protocol=AJP/1.3 / Filip sudip shrestha wrote: with tomcat 5.5.20 and