Setting Up Axis2 Web Service Deployment

See Also 

In order to deploy Axis2 web services to an application server, that server has to deploy a copy of an axis2.war file. For the IDE to deploy Axis2 web services, it has to have the application server's axis2.war file on its path.

To set up Axis2 web service deployment:

  1. Navigate to your Axis2 installation /webapps directory. Open a command prompt and run ant in that directory. This creates a /dist directory containing axis2.war in your Axis2 installation directory.
  2. Copy axis2.war to your application server.
  3. In the IDE, open Tools -> Options and click the Axis2 icon.
  4. Type or browse to the location of the application server's axis2.war file or the directory where that file will be unpacked.
  5. Make certain that the Axis2 URL is set to the correct port number for your server.
  6. If you are using Tomcat, select Use Tomcat Manager for deployment and type the username and password of a user with manager privileges. By default, username "tomcat" password "tomcat" has these privileges.
See Also
About Web Services
Creating Axis2 Web Services

Legal Notices