Tomcat default index.html location - how can I change this???
843833Aug 22 2001 — edited Dec 11 2001Hi,
Does anyone know how I can modify Tomcat config so that if I request
http://localhost/
that Tomcat goes to say
/webapps/myapp/index.jsp
instead of deciding to go to what seems to be the default of
/ROOT/index.html
Part 2 of this is how does tomcat decide which hello file to show?
thanks in advance
Greg
PS I know I could replace the contents of /ROOT/index.html however I'm interested in how to do this via reconfiguring tomcat.