> Can I have one cgi-bin directory, or does there
> have to be one in each webapp?
By design, webapps are intended to be independent, so error handling is
also independent. Don't have any personal experience here, but possibly
you could use a copy of the same error page in each webapp that does
> From: Edward Quick [mailto:[EMAIL PROTECTED]
> Subject: RE: Handling Tomcat Errors in Apache
>
> Can I have one cgi-bin directory, or does there
> have to be one in each webapp?
By design, webapps are intended to be independent, so error handling is
also independent. Don'
> From: Edward Quick [mailto:[EMAIL PROTECTED]
> Subject: Handling Tomcat Errors in Apache
>
>
> 404
> /cgi-bin/error.cgi
>
>
> I guess the location tag is wrong here as it doesn't work, but I'm
> not surewhat else to put.
Quoting from the
> From: Edward Quick [mailto:[EMAIL PROTECTED]
> Subject: Handling Tomcat Errors in Apache
>
>
> 404
> /cgi-bin/error.cgi
>
>
> I guess the location tag is wrong here as it doesn't work, but I'm
> not surewhat else to put.
Quoting from the
Hi,
I have an Apache 2 -> mod_jk -> Tomcat 5.5.16 set up and I'm trying
to get Tomcat errors handled by Apache.
In Apache I have:
ErrorDocument 404 /cgi-bin/error.cgi
And in Tomcat's web.xml I have
404
/cgi-bin/error.cgi
I guess the location tag is wrong here as it doesn't work, but
Hi,
I have an Apache 2 -> mod_jk -> Tomcat 5.5.16 set up and I'm trying to get
Tomcat errors handled by Apache.
In Apache I have:
ErrorDocument 404 /cgi-bin/error.cgi
And in Tomcat's web.xml I have
404
/cgi-bin/error.cgi
I guess the location tag is wrong here as it doesn't work, bu