I installed tomcat 6 and want to add my web app to launch the URL. I followed How to set the context path of a web application in Tomcat 7.0
I created root.xml in /conf/Catalina/localhost/ path. And in root.xml file I have this
<Context path="/root" docBase="/scratch/rsarda/view_storage/web/appv2"/>
When I launch the url localhost:8080/root I got "HTTP Status 404" error. Also I don't see any error in /logs.
Please let me know what I am missing.
Thanks!