5 Replies Latest reply on May 8, 2009 9:50 AM by peterj

    JBOSS JMX port

      Hi,
      Can anyone please tell me how to find out the JMX port in Jboss or the configuration file for the same. I want to know the port for the JMX Http Adapter

        • 1. Re: JBOSS JMX port
          peterj

          Not exactly sure what you are looking for. Most people look up the jmx/invoker/RMIAdaptor in JNDI - this yields an MBeanServerConnection object.

          The URL that you can pass to JMXServiceURL is service:jmx:rmi:///jndi/rmi://:/jmxconnector (see http://www.jboss.org/community/docs/DOC-10947). I know this works for 5.x, and I think it works for 4.2.x, but it does not work for earlier versions.

          • 2. Re: JBOSS JMX port

            Hi Peter,
            Thank a lot for your reply. I am using jboss 4.2.2 GA version. I have integrated Cruise Control alongwith Jboss. But when i try to do a force builld from the GUI, its not able to build as it expects a jmx http connector port. Can youplease tell me where can i find the information regarding the same?

            Thanks once again for your reply.

            • 3. Re: JBOSS JMX port
              peterj

              Looking at the Cruise Control documentation, it seems to me that Cruise Control can be controlled via JMX, and that is done via the HTTP port of the hosting app server. So I would try 8080.

              • 4. Re: JBOSS JMX port

                Hi Peter,
                Thanks for your reply. I used the default port '8080' but still i am not able to get the force build done. Can you please share me the procedures for Integrating Cruise Control with Jboss and get this Force Build working?
                Thanks once again for your help

                • 5. Re: JBOSS JMX port
                  peterj

                  Sorry, I have not used Cruise Control with JBoss AS, so I cannot help there. Perhaps someone else can offer a suggestion.