Re: Using some sort of in-VM transport between Synapse and a web app deployed on the same server?

2008-01-05 Thread Andreas Veithen
On 05 Jan 2008, at 03:55, Asankha C. Perera wrote: Andreas * By acquiring a RequestDispatcher for a servlet from the foreign context and invoking forward or include on this object. The first approach can be discarded, again because of class loader issues and the fact that it would require

Using some sort of in-VM transport between Synapse and a web app deployed on the same server?

2008-01-04 Thread Andreas Veithen
Hi all! Consider the following use case for Synapse: * Synapse is deployed as a Web application. * The Synapse configuration has a service proxy that targets a service exposed by another Web application deployed on the same server. * Both the proxy and the target use HTTP as transport

Re: Using some sort of in-VM transport between Synapse and a web app deployed on the same server?

2008-01-04 Thread Asankha C. Perera
Andreas * By acquiring a RequestDispatcher for a servlet from the foreign context and invoking forward or include on this object. The first approach can be discarded, again because of class loader issues and the fact that it would require changes to the second application. The second