Yes, but only if there's a web server calling Tomcat (Apache). Put the
ErrorDocument command in Apache's httpd.conf :

<VirtualHost 192.168.0.13:80>
ServerName www.fotoptica.com.br
DirectoryIndex index.jsp index.html
ApJServMount / ajpv12://192.168.0.13:8007
ErrorDocument 500 /erros/error500.html
</VirtualHost>



Sergio Stateri Jr
[EMAIL PROTECTED]
Tesla Tecnologia
Sao Paulo (SP) Brazil

-----Mensagem original-----
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Em nome de Fredrik Stenberg
Enviada em: Terça-feira, 31 de Outubro de 2000 07:04
Para: '[EMAIL PROTECTED]'
Assunto: Custom Error Document

Is it possible to redirect to a custom error page when receiving an Error
500 from Tomcat?

Eg. something equal to Apache's ErrorDocument directive.

/Fred
_______________________________________________
tomcat-users mailing list
[EMAIL PROTECTED]
https://mailman.real-time.com/mailman/listinfo/tomcat-users

Reply via email to