1 Reply Latest reply on Mar 13, 2008 2:22 AM by domkun

    JBossESB Monitoring and Management Console - New Install Jbo

    tiki

      Hi Everyone,

      I have just installed JbossEsb-4.2.1 on ubuntu AMD64. After installing it i can perform all the action (JBossESB Config Editor, JBossESB Service List, jBPM console) but when i try perform "JBossESB Monitoring and Management Console" i get "HTTP Status 404 - /jboss". The link that it is trying to find "JBossESB Monitoring and Management Console" is "http://localhost:8880/jboss" is that the right link. What am i missing?

      Regards,
      TiKi

        • 1. Re: JBossESB Monitoring and Management Console - New Install
          domkun

          Hi TiKi,

          the correct link is http://host:port/jbossesb

          you can modify the index.html in jbossesb-server-4.2.1GA/server/default/deploy/jboss-web.deployer/ROOT.war
          line 38 if you want to have the correct link on the jboss "start page".

          Here is what I wrote: (line 36 - 42 of index.html)

          <h3>JBossESB Console</h3>
           <ul>
           <li><a href="/jbossesb">JBossESB Monitoring and Management Console</a></li>
           <li><a href="/esbconfig/ESBConfigEditor.swf">JBossESB Config Editor</a></li>
           <li><a href="/contract/">JBossESB Service List</a></li>
           <li><a href="/jbpm-console/">jBPM console</a></li>
          </ul>