---------- Forwarded message ---------- From: Paul Fremantle <[EMAIL PROTECTED]> Date: Jan 22, 2008 2:11 PM Subject: Re: Deploy Synapse on Tomcat? To: "Venkatesan, Kumaran" <[EMAIL PROTECTED]>
Kumaran I believe that the WebServer in WebSphere forwards the requests as pure HTTP. In that case maybe you can get them sent to Synapse's NIO HTTP Port instead of WebSphere's port. Alternatively, maybe your firewall can handle the HTTP forwarding to Synapse's ports. If that doesn't work, you could have a simple Synapse instance doing load-balancing and failover in DMZ1 sending requests to the more fully-configured Synapse in DMZ2. Paul On 1/22/08, Venkatesan, Kumaran <[EMAIL PROTECTED]> wrote: > > > Paul, > > We have planned to use synapse as proxy layer. what is the best strategy of > synapse deployment in production. There is no documentation available for > this and a lot of confusion in choosing this product. > > In general the production environment will have DMZ1(Dematerialized > zone)/DMZ2/WAN zones. > > DMZ-1 - Web server instances (will contain static files) > > DMZ-2 - Application Server instances > > WAN - Services deployed > > I thought of deploying the synapse.war on websphere application server on > DMZ-2 zone, so the webserver will communicate to AppServer through websphere > plugin with Loadbalancing/failover. > > But synapse provides NIO based http service. How the communication could be > achieved between webserver and synapse server. > > > With Regards > > Kumaran > > > -----Original Message----- > From: Paul Fremantle [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 22, 2008 7:06 PM > To: [email protected]; [EMAIL PROTECTED] > Subject: Re: Deploy Synapse on Tomcat? > > Andreas > > Not yet. Tempted to help? > > Paul > > On 1/22/08, Andreas Veithen <[EMAIL PROTECTED]> wrote: > > > Paul, > > > > > > Are there plans in Axis or Synapse to create a transport that > > > leverages the asynchronous NIO support built into Tomcat 6 (Comet, > > > http://tomcat.apache.org/tomcat-6.0-doc/aio.html)? > > > > > > Andreas > > > > > > Quoting Paul Fremantle <[EMAIL PROTECTED]>: > > > > > > > Ron > > > > > > > > The data is a bit out-of-date. Basically, we don't recommend using > > > > servlet transports for high-volume situations, tho they are fine for > > > > low-volume (i.e. where the number of concurrent incoming connections > > > > is always less than the thread pool size). However, using the NIO > > > > transport under Tomcat is completely supported and production ready. > > > > > > > > Paul > > > > > > > > On Jan 18, 2008 8:59 PM, <[EMAIL PROTECTED]> wrote: > > > >> > > > >> I have a Tomcat server in place that has Axis2 deployed on it, as well > as a > > > >> few other web applications. Ideally, I'd like to deploy Synapse on that > > > >> same Tomcat server. I've researched it and found mention that deploying > > > >> Synapse on Tomcat is not recommended. Some of those posts were maybe 6 > > > >> months old. Is this still the case? That deploying on Tomcat is not > > > >> recommended? > > > >> > > > >> Ron > > > >> > --------------------------------------------------------------------- > > > >> This message contains confidential and proprietary information of the > > > >> sender, and is intended only for the person(s) to whom it is addressed. > > > >> Any use, distribution, copying or disclosure by any other person is > > > >> strictly prohibited. If you have received this message in error, > please > > > >> notify the e-mail sender immediately, and delete the original message > > > >> without making a copy. > > > >> > > > >> > > > >> > --------------------------------------------------------------------- > > > >> 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 > > > > > > > > > > > > > > > > > > > > > > -- > > 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] email is > confidential. If you are not the addressee tell the sender immediately and > destroy this email without using, sending or storing it. Emails are not > secure and may suffer errors, viruses, delay, interception and amendment. > Standard Chartered PLC and subsidiaries ("SCGroup") do not accept liability > for damage caused by this email and may monitor email traffic. > -- 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 -- 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
