RE: How to configure a custom page for JSP 404 errors?

2001-07-18 Thread Courtney, Pierce
{ response.sendRedirect(/error.jsp); } } -- I hope this helps anyone dealing with this problem. Pierce Courtney [EMAIL PROTECTED] -Original Message- From: Courtney, Pierce Sent: Monday, July 09, 2001 3:38 PM To: '[EMAIL PROTECTED]' Subject: RE: How

RE: How to configure a custom page for JSP 404 errors?

2001-07-09 Thread Courtney, Pierce
in the archives. Try looking at the results of the following search: http://mikal.org/interests/java/tomcat/archive/search?search=error+page+ custom+404 I'm sure those who are more experiences could expand/correct on this information. Hope this helps. -rl Courtney, Pierce wrote: Hello, This question

How to configure a custom page for JSP 404 errors?

2001-07-06 Thread Courtney, Pierce
Hello, This question probably has come up before, I just can't find it in the archives I am using Tomcat 3.2.2 standalone (not with Apache). How can I configure a particular page (servlet, static html, or jsp) to be the default page that comes up if the requested jsp is not found, instead