Re: Lightweight servlet container to test web services

2008-07-03 Thread Andrew Clegg
2008/7/3 Paul Fremantle <[EMAIL PROTECTED]>:
> 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.

Thanks for the tips. We'll certainly bear that in mind when we reach
production and host it in a proper app server!

Cheers,

Andrew.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Lightweight servlet container to test web services

2008-07-03 Thread Paul Fremantle
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]



Re: Lightweight servlet container to test web services

2008-07-03 Thread Alexey Zavizionov
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]
>
>


Re: Lightweight servlet container to test web services

2008-07-03 Thread Alexey Zavizionov
I see SimpleAxis2Server in the bin dir for Axis2, but nothing in the
axis1distribution.
My service is based on Axis1.


On Thu, Jul 3, 2008 at 3:26 PM, Paul Fremantle <[EMAIL PROTECTED]> wrote:

> 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]
>
>


Re: Lightweight servlet container to test web services

2008-07-03 Thread Andrew Clegg
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]



Re: Lightweight servlet container to test web services

2008-07-03 Thread Paul Fremantle
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]



Lightweight servlet container to test web services

2008-07-03 Thread Alexey Zavizionov
Is there anybody who use maven2 and any servlet container to test web
services?
Probably, servlet container runs as maven plugin.

Regards,
Alexey