I'm using jakarta-tomcat-3.2.3 and I'm trying to setup an application so
that index.jsp is the default page for requests to a directory, e.g.
http://localhost/context/   

I need this request to return http://localhost/context/index.jsp.   I
know that I could put an index.html file with a redirector, but i would
rather not.  Is there anyway to configure tomcat with default pages?




David Durham

Reply via email to