Thank you for reply. I am developer of java web services based on Axis1. For regular testing I have to start/stop servlet container to deploy/undeploy test WAR application. This process should be embedded into maven2 regular test process.
Is there documentation how can we start and deploy sample test application with maven2 test phase on SimpleAxisServer? PS, we found Cargo project, but don't sure is it well for such kind of task. Thanks and regards, Alexey On Thu, Jul 3, 2008 at 3: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] > >
