setting index.html as default for directories

2002-07-12 Thread cruegger
We have a situation where we are generating links to *directories* under Tomcat, each of which has an index.html file in it. (Long story but this is the situation we are stuck with). Is there a way to get Tomcat to serve up index.html in any directory by default when linking to the directory?

Setting up an error page

2002-05-28 Thread cruegger
I'm having a problem getting Tomcat to forward to my error page when an exception is thrown. I have setup the error page im web.xml, but when any of my servlets throw an Exception, I go to Tomcat's error page, not my customized error page. It seems to work ok if a JSP throws an exception from

Setting up an error page

2002-05-28 Thread cruegger
I'm having a problem getting Tomcat to forward to my error page when an exception is thrown. I have setup the error page im web.xml, but when any of my servlets throw an Exception, I go to Tomcat's error page, not my customized error page. It seems to work ok if a JSP throws an exception from