Yeah, what Taariq suggested should work. Keep in mind that when you specify camel-web as a dependency, the maven-jetty-plugin will overlay the camel webconsole web app in your own web app and run it as one web app. You would probably have to have multiple executions of the maven-jetty-plugin in your pom to get both web apps to be independent.
On Thu, Jun 23, 2011 at 2:59 PM, Taariq Levack <[email protected]> wrote: > I would expect the following to work. > http://localhost:8080/artms/routes <http://localhost:8080/routes> > http://localhost:8080/artms/endpoints <http://localhost:8080/endpoints> > > On Thu, Jun 23, 2011 at 3:17 PM, fachhoch <[email protected]> wrote: > > > Thanks for the reply ,I emebdded camel war to my war project which I > deploy > > using jetty-maven-plugin > > > > ,context root for my war is artms ,please tell me how to access camel > > console , I mean what is the url > > my jetty runs on 8080 so I acces my application as localhost:8080/artms > > what should be for camel ? > > > > -- > > View this message in context: > > > http://camel.465427.n5.nabble.com/example-app-to-embed-camel-web-console-tp4512075p4517407.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > -- Cheers, Jon --------------- FuseSource Email: [email protected] Web: fusesource.com Twitter: jon_anstey Blog: http://janstey.blogspot.com Author of Camel in Action: http://manning.com/ibsen
