I think the essence of the request is to get Tomcat to not show a tomcat error page under any circumstances. For those using Tomcat stand-alone, (ie: they do not have the benefit of being able to use custom apache error pages), is there a solution?
If you say that errorpages specified in web.xml are part of the web app, and so are not available unless the app is available, would this be more appropriately handled by a customized Connector? ie: com.foo.my.Connector extends org.apache.coyote.tomcat4.CoyoteConnector and then I can set up customized pages for 404, 500, etc, etc ? > -----Original Message----- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 05, 2004 8:11 AM > To: Tomcat Users List > Subject: RE: custom error pages > > > > Hi, > The stuff in conf/web.xml is virtually appended to your > web.xml. If your web.xml is inactive or non-existent the > stuff in conf/web.xml is not applicable and not consulted. > > > Yoav Shapira > Millennium Research Informatics > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
