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
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
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
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
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
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
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.
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