> From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan
> Rosenberg
> Subject: Re: Global Default Error Page
> I configured this error page in conf/web.xml. Seemed like this made
> the most sense.
Not sure about that. Whatever you put in conf/web.xml
Excellent. Thanks.
I configured this error page in conf/web.xml. Seemed like this made
the most sense.
--
Jonathan Rosenberg
Founder & Executive Director
Tabby's Place, a Cat Sanctuary
On Tue, Mar 22, 2011 at 11:10 AM, Mark Thomas wrote:
> On 22/03/2011 15:07, Caldarale, Charles R wrote:
>>>
On 22/03/2011 15:07, Caldarale, Charles R wrote:
>> From: Jonathan Rosenberg [mailto:shmol...@gmail.com]
>> Subject: Global Default Error Page
>
>> How can I create a custom 404 error page for the case where
>> the URL maps to a non-existent webapp?
>
> *All* URLs map to a webapp, even if it's
> From: Jonathan Rosenberg [mailto:shmol...@gmail.com]
> Subject: Global Default Error Page
> How can I create a custom 404 error page for the case where
> the URL maps to a non-existent webapp?
*All* URLs map to a webapp, even if it's the default (ROOT) one. Put your
custom error page in ROO
Just a guess, but maybe by adding it to
$CATALINA_HOME/webapps/ROOT/WEB-INF/web.xml and putting the error page in
$CATALINA_HOME/webapps/ROOT
On Tue, Mar 22, 2011 at 10:54 AM, Jonathan Rosenberg wrote:
> How can I create a custom 404 error page for the case where the URL
> maps to a non-existent