Here are the contents of the attachment. The directory structure is as follows:
Error.jsp and test.jsp would be in the web-app's main directory web.xml goes in a WEB-INF subdirectory Sean -----Original Message----- From: jean-frederic clere [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 2:20 AM To: Tomcat Developers List Subject: Re: Bug 11091 has now been untouched for over a month Sean Reilly wrote: > Hi, > > I posted bug #11091 > (http://issues.apache.org/bugzilla/show_bug.cgi?id=11091) on July 23rd. > Since then, nobody besides myself has posted a comment to it, and it is > still assigned to [EMAIL PROTECTED] > The recent test milestone (4.1.10) released on August 30th does not fix > the issue. > Has anyone looked into this bug at all? Are there any plans to fix it? > Any comments at all would be very much appreciated. I cannot read the attachement (id=2450). Could you please mail it to me? I will try to have a look. > > Thanks in advance, > Sean > > > Sean Reilly > Programmer, Point2 Technologies, Inc. > (306) 955-1855 > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
Error.jsp
Description: Error.jsp
test.jsp
Description: test.jsp
<?xml version="1.0"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> <!-- this web application is distributable --> <distributable/> <!-- error page mapping --> <error-page> <exception-type>javax.servlet.jsp.JspException</exception-type> <location>/Error.jsp</location> </error-page> <error-page> <error-code>500</error-code> <location>/Error.jsp</location> </error-page> </web-app>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>