-
1. Re: JBoss ESB 4.12 console ?
tcunning Jan 8, 2014 10:32 AM (in response to klind)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 Apr 1, 2014 3:14 PM (in response to klind)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