setting default pages for Tomcat

2001-10-18 Thread Durham David Cntr 805CSS/SCBE
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

Re: Repost: setting default pages for Tomcat

2001-10-18 Thread carlos . chaparro
well i think it must work by default... if it's not, then in the web.xml configuration file you can set up this in the welcome-file-list just add a new item... welcome-file index.jsp /welcome-file