ServiceMix Console
From ServiceMix 3.1, a console is available as a web application.
To test it, you need to grab and build the current svn tree (see Building).
Launch ServiceMix, and then run the following commands:
cd web/servicemix-web-console
mvn jetty:run
or in case that causes an error, run
mvn org.mortbay.jetty:maven-jetty-plugin:run
You can then connect to http://localhost:8080/servicemix-web-console/
See Also: War file deployment
Screenshots