I solved the problem by removing my custom 404 page.
<error-page>
<error-code>404</error-code>
<location>/syspage/404.html</location>
</error-page>
Maybe this will work:
<error-page>
<error-code>404</error-code>
<location>syspage/404.html</location>
</error-page>
However, I mount my context on root. /syspage/404.html should exist anyways.
The above works in other app servers that I've tested on.
Chu
----- Original Message -----
From: "Chu J Tan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Hemant Singh" <[EMAIL PROTECTED]>
Sent: Monday, June 04, 2001 10:08 AM
Subject: Re: crashes whenever 404
> CHECK THIS OUT:
>
> 7.1 Fixes and Enhancements in Release 3.2.2
>
> This section highlights the bugs fixed in this release. In addition to
> these, there have been many other minor bug fixes through the product.
>
> Documentation
> - Several updates to how-to documents and users guide.
>
> Servlet
> - Fix infinite loop if no prefix matches the request URI. Now returns
> a 404 error.
>
> AND YET, I RECEIVED THIS
>
> null) null
> 2001-06-04 10:22:42 - Ctx( /front ): FileHandler: Ends with \/.
> /opt1/
> shaghut/article/
> 2001-06-04 10:22:42 - Ctx( /front ): 404 R( /front +
> /article/ +
> null) null
> 2001-06-04 10:22:42 - Ctx( /front ): FileHandler: Ends with \/.
> /opt1
> /shaghut/article/
> 2001-06-04 10:22:42 - Ctx( /front ): 404 R( /front +
> /article/
> + null) null
> 2001-06-04 10:22:42 - Ctx( /front ): FileHandler: Ends with
\/.
> /opt
> 1/shaghut/article/
> 2001-06-04 10:22:42 - Ctx( /front ): 404 R( /front +
> /article/
> + null) null
> 2001-06-04 10:22:42 - Ctx( /front ): FileHandler: Ends with
\/.
> /op
> t1/shaghut/article/
> 2001-06-04 10:22:42 - Ctx( /front ): 404 R( /front +
> /article
> / + null) null
> 2001-06-04 10:22:42 - Ctx( /front ): FileHandler: Ends with
> \/. /o
> pt1/shaghut/article/
> 2001-06-04 10:22:42 - Ctx( /front ): 404 R( /front +
> /articl
> e/ + null) null
> 2001-06-04 10:22:42 - Ctx( /front ): FileHandler: Ends with
> \/. /
> opt1/shaghut/article/
> 2001-06-04 10:22:42 - Ctx( /front ): 404 R( /front +
> /artic
> le/ + null) null
> 2001-06-04 10:22:42 - Ctx( /front ): FileHandler: Ends
with
> \/.
> /opt1/shaghut/article/
> 2001-06-04 10:22:42 - Ctx( /front ): 404 R( /front +
> /arti
> cle/ + null) null
> 2001-06-04 10:22:42 - Ctx( /front ): FileHandler: Ends
with
> \/.
> /opt1/shaghut/article/
> 2001-06-04 10:22:42 - Ctx( /front ): 404 R( /front
+
> /art
> icle/ + null) null
> 2001-06-04 10:22:42 - Ctx( /front ): FileHandler: Ends
> with \/
> . /opt1/shaghut/article/
>
>
> ----- Original Message -----
> From: "Hemant Singh" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, June 03, 2001 1:33 PM
> Subject: Re: crashes whenever 404
>
>
> > HI Chu:
> > I never heard of this kind of problem in tomcat,
> > On which platform are u using it?
> > Cheers
> > Hemant
> > ----- Original Message -----
> > From: "Chu J Tan" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Sunday, June 03, 2001 9:50 AM
> > Subject: crashes whenever 404
> >
> >
> > > My tomcat server (3.2.2) crashes whenever I try to access non existing
> > > files. The server will have infinite output loop and then crashes
> shortly
> > > after that.
> > >
> > > It must be a common config problem.. Can anyone tell me how to solve
> this?
> > >
> > > Thanks
> > > Chu
> > >
> > >
> > > NetZero Platinum
> > > No Banner Ads and Unlimited Access
> > > Sign Up Today - Only $9.95 per month!
> > > http://www.netzero.net
> >
>