Re: Deploying REST service on running camel:jetty instance

2015-06-12 Thread Dan Moore
Hi, Can you be more specific? I don't understand what you are trying to do. Dan On Wed, Jun 10, 2015 at 4:44 AM, Chandana wrote: > Is there a way to expose 2 restful web services from same camel route with > the same base URI in a web container (Jetty in this case)? > > > > -- > View this mes

Re: Deploying REST service on running camel:jetty instance

2015-06-11 Thread Chandana
Is there a way to expose 2 restful web services from same camel route with the same base URI in a web container (Jetty in this case)? -- View this message in context: http://camel.465427.n5.nabble.com/Deploying-REST-service-on-running-camel-jetty-instance-tp5746625p5768066.html Sent from the C

Re: Deploying REST service on running camel:jetty instance

2014-02-03 Thread bijoy
I'm planning to bundle each services in separate wars and will deploy them on jetty's hot deployment directory. Thank all for your assistance! Regards, Bijoy -- View this message in context: http://camel.465427.n5.nabble.com/Deploying-REST-service-on-running-camel-jetty-instance-tp5746625p574

Re: Deploying REST service on running camel:jetty instance

2014-01-31 Thread nit_mis
First of all I would like to reiterate your problem for my understanding. - You would like expose 2 restful web services from same camel route with the same base URI in a web container (Jetty in this case)? - You require hot deployments for your web services? If my understanding is correct, then t

Re: Deploying REST service on running camel:jetty instance

2014-01-31 Thread bijoy
Yes, I have gone through the restlet doc. The configurations suggested for deploying restlet on webapp is applicable for external containers. But I want to achieve the same using embedded jetty container that ships with camel:jetty component. There are no sufficient documentations available to conf

Re: Deploying REST service on running camel:jetty instance

2014-01-31 Thread Taariq Levack
Hi Have you seen the restlet docs[1] for Using the Restlet servlet within a webapp? [1]http://camel.apache.org/restlet.html > On 31 Jan 2014, at 10:19, bijoy wrote: > > Any thoughts how to achieve this? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Deploying

Re: Deploying REST service on running camel:jetty instance

2014-01-31 Thread bijoy
Any thoughts how to achieve this? -- View this message in context: http://camel.465427.n5.nabble.com/Deploying-REST-service-on-running-camel-jetty-instance-tp5746625p5746644.html Sent from the Camel - Users mailing list archive at Nabble.com.

Deploying REST service on running camel:jetty instance

2014-01-30 Thread bijoy
Hi, I want to expose REST services on top of camel:jetty server. I'm planning to use restlet or cxfrs component for realizing the REST services. By default both the components deploy the services on top of internal jetty server if no external containers are used. But I want to use camel:jetty com