We discussed that two days before!! But the answer from Kenneth was not properly displayed in my mail-program. Perhaps you had some problems, too. Here is the solution: > Belong the Servlet-Spec 2.2 we have to edit web.xml like this: > > ... > <web-app> > ... > <error-page> > <error-code>404</error-code> > <location>/404.jsp</location> > </error-page> > </web-app> > 404.jsp has to be located in path_to_web_app/404.jsp Note that you can't use the name 404.html Tomcat hangs in an endless loop. If you use .jsp all is fine. Does anybody know if that is a tomcat's bug??? regards Thomas -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet am: Donnerstag, 2. November 2000 09:55 An: [EMAIL PROTECTED] Betreff: configure the tomcat for my own error page I want to configure the tomcat to use a given error page. How can I do that? Katrin Seiffert
