You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Darshana ® <sr...@gmail.com> on 2010/10/01 07:19:08 UTC

Re: Deploying war file in standaline axis2server

As my understanding war files cannot run on axis2 server. If you want to
deploy a service, you'll need to create an aar file.

On Tue, Sep 14, 2010 at 3:47 AM, Daniel Pomrehn <
daniel.pomrehn@googlemail.com> wrote:

> Hi!
>
> I'm using axis2-1.5.1 with the standalone server started via
> $AXIS2_HOME/bin/axis2server.sh
> But I have trouble deploying a war file. What have I to do, that the
> service appears when calling axis2/services/ in browser? I see only the
> version webservice by now.
> I have no seperate Tomcat or other servlet container running, just the
> server shipped with axis2 binary release.
>
> Thanks in advance
> Daniel
>

Re: Deploying war file in standaline axis2server

Posted by Kanchana Welagedara <ka...@gmail.com>.
Hi;

Further,you can only create an Axis2 web service from a Java or Java Library
project. This is because the axis.aar file (the deployable archive into
which web services and Axis configuration files are packed) is neither a WAR
nor an EAR and cannot be deployed normally as a web (EAR) application.

Cheers
Kanchana

On Fri, Oct 1, 2010 at 10:49 AM, Darshana ® <sr...@gmail.com> wrote:

> As my understanding war files cannot run on axis2 server. If you want to
> deploy a service, you'll need to create an aar file.
>
>
> On Tue, Sep 14, 2010 at 3:47 AM, Daniel Pomrehn <
> daniel.pomrehn@googlemail.com> wrote:
>
>> Hi!
>>
>> I'm using axis2-1.5.1 with the standalone server started via
>> $AXIS2_HOME/bin/axis2server.sh
>> But I have trouble deploying a war file. What have I to do, that the
>> service appears when calling axis2/services/ in browser? I see only the
>> version webservice by now.
>> I have no seperate Tomcat or other servlet container running, just the
>> server shipped with axis2 binary release.
>>
>> Thanks in advance
>> Daniel
>>
>
>