I have setup aliases under tomcat in my server.xml as follows:
<Host name="sub.domain.co.za" appBase="/usr/local/tomcat/webapps/appname">
<Context path="" docBase="."/>
</Host>
This works fine except when navigating to more than one folder deep as follows: This works fine sub.domain.co.za and loads the tomcat application, however if you go to sub.domain.co.za/directory/index.jsp it gives an error 404 and the tomcat logs say cannot find WEB-INF/web.xml.
Anybody got any ideas?