I have a java web service application, i created a .WAR file. and now i have loaded .WAR file in a folder that is in a root for example
/mytestdir/mywebapp.WAR
now i want my tomcat5 to run this file that is out of tomcat5 webapps directry. Please help me how can i run this .WAR that i should be able to access like this
http://www.mysite.com:8080/mywebapp
in .WAR file i have a code that needs to access some root level folders.
this is my first deployment.