Versions Compared

Key

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

...

Warning

The web console module from Apache Camel distribution is deprecated and will be removed from Camel 32.0 16 onwards.
Instead we encourage users to look at some of the alternative console projects, which some are listed in the bottom of this page.

...

Then from the command line type

Code Block

java -jar camel-web-standalone-2.8.0.jar 

...

First get the latest Source then from the command line type

Code Block

cd components/camel-web
mvn jetty:run

...

You can also run the web console from an embedded Apache Tomcat using

Code Block

cd components/camel-web
mvn tomcat7:run

...

URL

Same as

http://localhost:8080/endpoints.xml

 

http://localhost:8080/endpoints

with Accept header of text/xml or application/xml

http://localhost:8080/endpoints.json

 

http://localhost:8080/endpoints

with Accept header of application/json

http://localhost:8080/routes.dot

 

http://localhost:8080/routes

with Accept header of text/vnd.graphviz

...