I am using apache but I can not get it to serve my custom Error

I have included the:

ErrorDocument 500 "The server made a boo boo.
in my httpd but still I only get the stack-trace from tomcat with Error: 500

/Fred

> -----Original Message-----
> From: Sergio Stateri Jr [SMTP:[EMAIL PROTECTED]]
> Sent: den 31 oktober 2000 12:34
> To:   [EMAIL PROTECTED]
> Subject:      RES: Custom Error Document
> 
> 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