I'm trying to install axis2 onto tomcat6 and I'm having some difficulties.
I've installed tomcat6 using apt and I've downloaded the axis2.war file and placed it in
/usr/share/tomcat6/webapps/.
From the instructions I'm following, tomcat should now unpack the war file and create and axis2 directory in webapps/ but this is not happening.
I can see the default tomcat page on http://localhost:8080/ but I cannot see the axis2 page on http://localhost:8080/axis2/
Any help would be greatly appreciated.