I can only access my application when I give context path like:
www.mydomain.com/projName
and not with:
www.mydomain.com
If I give www.mydomain.com
, it loads tomcat application under ROOT. What change do I have to make to be able to access application without context path?