Sometimes I have
Servlets in my
Tomcat 4.1.27 container that display information and there might be times when an Exception happens. I like to have a redirect to show a user friendly error page. The below is how I have been doing it and was wondering if this is the proper way to do it where the error message goes to the Tomcat log file and the page redirects.