By default, when Tomcat gets a request for something like
http://www.some_domain_name.com/
or
http://www.some_domain_name.com
it serves the file webapps/ROOT/index.jsp
What is the preferred way of getting it return the index file of a
different wep app? I haven't found anything in the conf xml files, the
documentation, or the archives about this (which doesn't mean it isn't
there, just that I didn't see it). Of course I could just change the
contents of webapps/ROOT, but I suspect there's a better way.
Thanks,
bw
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)