I'm having a problem getting axis2 running on apache tomcat. From what I can tell, this should be straight forward. I'm running apache tomcat 6.0. I copied my .war for axis2 version 1.3 into the webapps folder. If I go into the Tomcat Manager, it says axis2 is running and the path is /axis2. So, if I go to http://localhost:8080/axis2, I should see the axis2 interface, but instead I get a 404 error: requested resource (/axis2/) is not available. Is there some type of configuration file I need to edit to make that path visible? I thought it was supposed to be automatically deployed when the tomcat service is loaded and it installs the axis2 application.