2 Replies Latest reply on Apr 1, 2014 3:14 PM by david.adams

    JBoss ESB 4.12 console ?

    klind

      Hi, I downloaded Jboss ESB 4.12

      http://download.jboss.org/jbossesb/4.12/binary/jbossesb-server-4.12.zip

       

      Unzip and run.bat. - server starts up .

       

      I am a little confused about the consoles.. ( Sorry don't have time to read all doc.. so maybe I can get the short answer here )  

       

      http://localhost:8080/web-console/

      Gives me

      webconsole.jpg

      What is this used for ?

       

       

       

      http://localhost:8080/jbpm-console/app/processes.jsf

      jbpmconsole.jpg

      But I can not login... I get a

      HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser

       

       

      http://localhost:8080/esb-console

      Nothing... shouldn't there be a console.. ??

       

       

       

       

       


        • 1. Re: JBoss ESB 4.12 console ?
          tcunning

          Try

           

          http://localhost:8080/admin-console

           

          If you look under ${HOST}->JBoss AS Servers->JBOSS AS 5(default)->JBoss ESB you should see a list of the JBoss ESB deployments, and you will have the option to see runtime statistics and to control services (reset message counts, control services by turning off and on listeners, see runtime statistics for different actions, etc).

           

          Most of this information and the accompanying controls are available from the JMX beans and can be controlled programatically or through the jmx-console as well.

          • 2. Re: JBoss ESB 4.12 console ?
            david.adams

            Hi,

              I have the same issue.  The bottom line is that the app server that the ESB is installed on must contain the admin-console.war.

            The stand-alone ESB 4.10 server has it. ESB 4.12 as you found out, does not. I'm not sure why they didn't include it. 

            You can copy the admin-console.war file from 4.10 into your 4.12 deployment if you really need it. 

             

            Cheers