Re: using Existing jetty server

2015-07-23 Thread Grzegorz Grzybek
Hello Sorry for the delay - please check how this is done in http://camel.apache.org/jetty.html regards Grzegorz 2015-07-11 4:35 GMT+02:00 mayur_bm : > Thanks Grzybek, > > in case if i use the approach given here > http://rrusin.blogspot.in/2010/07/jetty-webapp-osgi-way.html , will i be > consu

Re: using Existing jetty server

2015-07-10 Thread mayur_bm
Thanks Grzybek, in case if i use the approach given here http://rrusin.blogspot.in/2010/07/jetty-webapp-osgi-way.html , will i be consuming jetty service in Camel Route? Regards, Mayur -- View this message in context: http://camel.465427.n5.nabble.com/using-Existing-jetty-server-tp5769120p

Re: using Existing jetty server

2015-07-10 Thread Grzegorz Grzybek
Hello You should take a look at pax-web project[1]. It implements OSGi HTTP service spec and you can use it in OSGi-way. Simply register your servlets as OSGi services. It may be used with Camel as well of course. regards Grzegorz Grzybek --- [1]: https://ops4j1.jira.com/wiki/display/paxweb/Pax+W