May 22
These instructions are for installing Axis 2 on top of a Tomcat server installed via XAMPP.
- Install Tomcat on top of XAMPP
- Download the latest copy of Axis2 from here: http://ws.apache.org/axis2/download.cgi
- Unzip the WAR file
- Copy axis2.war to xampp\tomcat\webapps
- If Tomcat is running, it should unpack and install the WAR file automatically (you should see a new axis2 folder being created).
- If for some reason it doesn’t unpack the WAR file, restart Tomcat
- Assuming that you installed Tomcat on port 8080, go to: http://localhost:8080/axis2/
- You should see the local Axis 2 Home page.
Links