File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes error page redirection in tomcat 4.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "error page redirection in tomcat 4.1" Watch "error page redirection in tomcat 4.1" New topic
Author

error page redirection in tomcat 4.1

Arun Kishore Narasani
Greenhorn

Joined: Jul 08, 2003
Posts: 2
Hi,
I have error page directive in web.xml as follows
<error-page>
<exception-type>javax.servlet.ServletException</exception-type>
<location>/jsp/system_error.jsp</location>
</error-page>
But tomcat wouldnt show up this page. But this very same application would work fine when I invoke tomcat using my netbeans IDE. wouldnt work with a standalone tomcat. any clues?
 
 
subject: error page redirection in tomcat 4.1
 
Threads others viewed
error-page with error-code and jsp
Error-Page don't work with the web.xml-entries
Error Page Problem
tomcat 5 and error page
tomcat 5 and error page
developer file tools