RE: Deploying Camel in WebLogic(Cluser)

2016-01-06 Thread madhava pulakanti
Thanks you very much preben for your response:) -Original Message- From: Preben.Asmussen [mailto:p...@dr.dk] Sent: Wednesday, January 06, 2016 12:05 AM To: users@camel.apache.org Subject: RE: Deploying Camel in WebLogic(Cluser) hi Mahdava If you package your camel app. as a war maybee

RE: Deploying Camel in WebLogic(Cluser)

2016-01-05 Thread Preben.Asmussen
hi Mahdava If you package your camel app. as a war maybee tweek the weblogic.xml deployment descriptor to to use your war dependencies instead of app. server libs. (prefer-web libs something) cant remember from the top of my head. Then deploy it just as you would any other war file targeting all

RE: Deploying Camel in WebLogic(Cluser)

2016-01-04 Thread madhava pulakanti
Thanks for the reply Greg. -Original Message- From: Greg Autric [mailto:gaut...@redhat.com] Sent: Monday, January 04, 2016 5:25 PM To: users@camel.apache.org Subject: Re: Deploying Camel in WebLogic(Cluser) Hi Mahdava, Happy new year to you and to all Camel Users ;-) Camel is a

Re: Deploying Camel in WebLogic(Cluser)

2016-01-04 Thread Greg Autric
Hi Mahdava, Happy new year to you and to all Camel Users ;-) Camel is a lightweight EIP framework and can run on any application Server as a webapp. here is some doc to run it as a webapp, http://camel.apache.org/tutorial-on-using-camel-in-a-web-application.html after that, you have to focus