One way to deploy Your WAR with Axis 2 Web Services on Tomcat is to follow these steps:
1)
Download Axis 2 WAR 2) Create, compile and pack your service into aar file. To do this, You can use
QuickStart Guide 3) Copy Your aar file to /WEB-INF/services/ directory in Axis2.war
4) Change the following line in Axis2 configuration file (axis2.war/WEB-INF/conf/axis2.xml) from
to
. We enable REST for point 6)
5) Copy Axis2.war to Tomcat's webapps directory and start Tomcat
6) Check
http://localhost:8080/axis2/services/listServices to see if Your service is deployed correctly
[ April 06, 2007: Message edited by: Lucas Zmudzinski ]