Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleOnly Available in 2.0

Please note that the Web Console is under active development and should be included in 2.0 of Camel

h2 Download and Run the Console

Download a recent snapshot of the camel-web-standalone-$VERSION.jar.

Then from the command line type

Code Block

java -jar camel-web-standalone-2.0-SNAPSHOT.jar 

You should now be able to point your browser at: http://localhost:8080/Image Added

Build and Run the Console

First In its early form the easiest way to try out the web console is to get the latest Source then from the command line type

...