Andrew In tests, Axis2 is much more performant running in Tomcat or with the native non-blocking NIO transports that with the built-in standard server. We use Tomcat in an embedded way in the WSO2 Web Services App server (http://wso2.org/projects/wsas/java) because we found it faster than Jetty or the built-in classes. Synapse on the other hand uses the non-blocking transport because it makes more sense as an intermediary.
Paul On Thu, Jul 3, 2008 at 1:47 PM, Andrew Clegg <[EMAIL PROTECTED]> wrote: > For production use, what are the advantages of deploying Axis2 within > a full-on application server? > > We don't use any other Java web applications -- indeed, we don't use > any other Java applications at the moment -- but we are migrating some > webservices from Perl/SOAP::Lite to Java/Axis2. > > Given that the rest of our web infrastructure is based on Apache, > mod_perl and legacy CGI scripts, and is likely to remain that way for > quite some time, is there any actual point in the additional overhead > of using a servlet container like Tomcat? Is it somehow more secure or > robust than Axis2's built-in http server? > > Thanks, > > Andrew. > > 2008/7/3 Paul Fremantle <[EMAIL PROTECTED]>: >> Axis and Axis2 also offer a lightweight built-in server runtime for >> testing. Just look in the bin\ directory. >> >> Paul >> >> On Thu, Jul 3, 2008 at 12:12 PM, Alexey Zavizionov >> <[EMAIL PROTECTED]> wrote: >>> Is there anybody who use maven2 and any servlet container to test web >>> services? >>> Probably, servlet container runs as maven plugin. >>> >>> Regards, >>> Alexey >>> >> >> >> >> -- >> Paul Fremantle >> Co-Founder and CTO, WSO2 >> Apache Synapse PMC Chair >> 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] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Paul Fremantle Co-Founder and CTO, WSO2 Apache Synapse PMC Chair 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]
