Hi,
I am relatively new to TOMCAT, and am trying to deploy a web app using it.
I have a domain name that I want to use to access my web app directly.
By default, I deploy my WAR, and it deploys to webapps/myApp.
To access this I have to use a url like
http://mydomain.com/myApp?someparam=1
What I want to do is use this: http://mydomain.com?someparam=1
I have used the CONTEXT element...