I want to embed camel web console into my app ,are there any examples ?,I
tried adding
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-web</artifactId>
<version>2.7.1</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
to my pom , it did not work ,do I need to add anything in my web.xml ?
--
View this message in context:
http://camel.465427.n5.nabble.com/example-app-to-embed-camel-web-console-tp4512075p4512075.html
Sent from the Camel - Users mailing list archive at Nabble.com.