0 Replies Latest reply on Sep 12, 2006 5:14 PM by rms497

    can't access jmx-console  at hostname, only localhost

    rms497

      Running 4.0.4GA with EJB3 in the all configuration on FC4. I cannot seem to access the jmx-console unless I am connecting to http://localhost:8080/jmx-console
      I am starting up JBoss with the command run.sh -c all -b 0.0.0.0 (though I have tried the hostname of my machine and the ip of the card itself for the bind address). I have updated server.xml in jbossweb-tomcat55.sar and replace all entries of "localhost" with 0.0.0.0 (though I have tried all other options as well). I do not get an error that I am unable to connect, all I receive is a blank html page so it appears to be connecting to something but stalling. I also see in entry in the server.log when this is initiated:

      2006-09-12 17:13:04,568 DEBUG (http-0.0.0.0-8080) [org.apache.commons.modeler.Registry] Managed= jboss.web:type=RequestProcessor,worker=http-0.0.0.0-8080,name=HttpRequest1
      2006-09-12 17:13:04,568 DEBUG (http-0.0.0.0-8080) [org.apache.commons.modeler.BaseModelMBean] default constructor
      2006-09-12 17:13:04,569 DEBUG (http-0.0.0.0-8080) [org.apache.commons.modeler.BaseModelMBean] preRegister org.apache.coyote.RequestInfo@f82fe7 jboss.web:type=RequestProcessor,worker=http-0.0.0.0-8080,name=HttpRequest1
      2006-09-12 17:13:04,569 DEBUG (http-0.0.0.0-8080) [org.apache.catalina.connector.MapperListener] Handle jboss.web:type=RequestProcessor,worker=http-0.0.0.0-8080,name=HttpRequest1 type : JMX.mbean.registered
      2006-09-12 17:13:04,569 DEBUG (http-0.0.0.0-8080) [org.apache.catalina.connector.MapperListener] Handle jboss.web:type=RequestProcessor,worker=http-0.0.0.0-8080,name=HttpRequest1 type : JMX.mbean.registered

      but no further processing occurs.

      I can connect fine to naming services to either localhost,the ip address of the card, or the hostname perfectly fine so I believe it has to be some sort of configuration error in tomcat, but I am at a loss.

      any suggestions????
      thanks.