Can anyone suggest to me where I have to put the context path in a Tomcat server? Do I have to put it in context.xml
or do I have to create a new .xml inside this apache-tomcat-6.0.18\conf\Catalina\localhost
?
When I type the URL http://localhost:9796/
this should redirect me to the login page. But I am getting 404 exception
. Any suggestions would be really helpful.