Sanoran Synapse includes an Axis2 deployment and runs in its own process. The reason is because its hard to do this job efficiently as a servlet so we wrote our own NIO (non blocking) HTTP Transport (well we actually re-used HTTPCore library from Apache).
You just need to type bin\synapse Synapse is implemented as a Module in Axis2 but we don't ship a version that is simply loaded into your existing Axis2 for the same reason. Paul On 7/9/07, Sanoran Triamesh <[EMAIL PROTECTED]> wrote:
Hi, Yes, it seems Synapse will be a good solution. However, I can not find out how I can deploy it within an axis servlet inside a tomcat. Can I put together something like a 'synapse.aar'. ? Thanks Sanoran On 7/9/07, Paul Fremantle <[EMAIL PROTECTED]> wrote: > > Sanoram > > You should take a look at Apache Synapse > (http://ws.apache.org/synapse ). It does this sort of thing. > > Paul > > On 7/9/07, Sanoran Triamesh <[EMAIL PROTECTED]> wrote: > > Hi, > > We have a situation where we would like to 'forward' a request from the > > receiving server to another server in a different domain within the company, > > and then send the response back. > > User -> First http server (can have axis2)-> Second http server -> Axis2 > > within second server > > I expect attachments around 2mb. > > What would be the best way to achieve this ? We cannot use simple > > 'forwarding' because of restrictions. > > Thanks > > S > > > > > > > -- > Paul Fremantle > Co-Founder and VP of Technical Sales, WSO2 > OASIS WS-RX TC Co-chair > > blog: http://pzf.fremantle.org > [EMAIL PROTECTED] > > "Oxygenating the Web Service Platform", www.wso2.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
-- Paul Fremantle Co-Founder and VP of Technical Sales, WSO2 OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
