Subject: Structure of axis2.war
Author: ant
In response to: Installation
Posted on: 04/21/2010 01:21:07 PM
axis2-web
META-INF
WEB-INF
classes
conf
axis2.xml
lib
activation.jar
...
xmlSchema.jar
modules
modules.list
addressing.mar
...
soapmonitor.mar
services
services.list
aservice.aar
...
version.aar
web.xml
>
> On 04/21/2010 01:01:01 PM
ant wrote:
The are two ways to put Axis2 to work:
Way #1: Download the WAR (Web Archive) file axis2.war and put it in the WEBAPPS folder of your servlet container. The servcie can be reached by http://localhost:8080/axis2/
Way #2: Download the standard binary distribution and then:
2a) start a standalone Axis2 server via
%AXIS2_HOME%\bin\axis2server.bat
(the deafult servcie can be reached by http://localhost:8080/axis2/services/)
2b) create a customized web application via
%AXIS2_HOME%\webapps>ant create.war
References: