> From: Edward Quick [mailto:[EMAIL PROTECTED] 
> Subject: Handling Tomcat Errors in Apache
> 
> <error-page>
>     <error-code>404</error-code>
>     <location>/cgi-bin/error.cgi</location>
> </error-page>
> 
> I guess the location tag is wrong here as it doesn't work, but I'm
> not surewhat else to put.

Quoting from the Servlet spec:

"The sub-element location element contains the location of the resource
in the web application relative to the root of the web application. The
value of the location must have a leading '/'."

Where is your cgi-bin directory?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to