Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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:

Code Block
cd web/servicemix-web-console
mvn jetty:run

or in case that causes an error, run

Code Block
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