Hi, To make things short, I can't get the console neither in Jetty nor Tomcat. For those who want to help, here is the full situation
---- I've been using the web console component directly in my webapp (using war overlay) with Jetty : it's *working great when i run it with "mvn jetty:run"*. I'm using : - camel version 2.9-SNAPSHOT - jetty-maven-plugin version jetty-7.5.3.v20111011 Now if i use "mvn tomcat:run", i don't get anything running, neither my app nor the web console (tomcat-maven-plugin version 1.1) and no errors. If I use "mvn tomcat7:run" with tomcat-maven-plugin version 2.0-SNAPSHOT no app or console running but with "INFO: No global web.xml found" Same thing with "mvn tomcat6:run" But the main problem is that* it doesn't work without maven* If I take my war and drop it into an installed jetty (eclipse distribution 7.5.3.v20111011), all seem to start properly and I got my app running but no console. Same thing if drop it into an installed tomcat (7.0.22), all seem to start properly and I got my app running but no console. If anyone has clue of what am I doing wrong, that would be greatly appreciated... -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-Web-Console-in-Tomcat-tp4894690p4894690.html Sent from the Camel - Users mailing list archive at Nabble.com.