1 Reply Latest reply on Sep 12, 2003 9:17 AM by juha

    EmbeddedCatalinaService41MBean

    rajeshkp

      How do i get information regarding which port the webserver is running on from the above MBean.

      Do i have access to read/modify the below information present in jbossweb-tomcat.sar/META-INF/jboss-service.xml using the JMX server.



      Thanks for any help..

        • 1. Re: EmbeddedCatalinaService41MBean

          Try and see what this returns to you:

          Attribute: Config org.w3c.dom.Element RW

          retrieve the attribute and print it out and see if it contains the port number somewhere as part of the XML document

          -- Juha