Current we don’t have camel-tomcat component, if you want to implement it 
yourself, you can take a look at the code of camel-jetty component. Basically 
you just need to replace the start stop jetty server code with tomcat.

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) 
(English)
http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem



On January 27, 2014 at 1:15:20 PM, bijoy (bijoy.chaudh...@gmail.com) wrote:
>  
> I understood that using servlet component we can deploy services  
> onto any
> servlet container.
>  
> But I want to use camel to handle tomcat instance just like it does  
> for
> jetty using camel:jetty component. Using camel I want to start/stop  
> tomcat
> and also want to get logs/statuses from tomcat. I guess with camel:bean  
> component we can start/stop tomcat service through some scripts  
> but how to
> get statuses of tomcat routed back to camel. Actually I want to  
> use camel as
> controller layer to control all transactions/tasks.
>  
> Is it somehow easily achievable?
>  
> Regards,
> Bijoy
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Queries-on-jetty-server-tp5746394p5746483.html
>   
> Sent from the Camel - Users mailing list archive at Nabble.com.  
>  

Reply via email to