thanks for your quick response.

>>which the OS will anyway stream through internally without placing on the
NW interface.
I thought local http traffic goes through the whole tcp stack, its little
overkill when both Synapse and Webservice are in the same jvm.

Any other transport choices available to get them to communicate, like
straight java call?



Asankha C. Perera wrote:
> 
> 
>> I have an axis 1.4 web service package in a war file that is deployed on
>> tomcat. Can Synapse be added to the same war file,
> Theoretically, you can.. but that would mean a manual integration of two 
> WAR files. Also by default Synapse does not use the servlet http/s 
> transport, for scalability reasons.
>>  in other words can Synapse be co-deployed with my webservice running on
>> the same jvm?
>>   
> Yes, you could deploy Synapse as a WAR file, and let it open its own 
> http/s sockets, and talk to/from it via http on local host - which the 
> OS will anyway stream through internally without placing on the NW 
> interface.
>> If yes, what's the protocol Synapse should use to communicate with the
>> web
>> service if its hosted in the same war file as my web-service.
>>   
> cheers
> asankha
> 
> -- 
> Asankha C. Perera
> AdroitLogic, http://adroitlogic.org
> 
> http://esbmagic.blogspot.com
> 
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/deployment-model-of-synapse-tp22673563p22673902.html
Sent from the Synapse - User mailing list archive at Nabble.com.

Reply via email to