Global Default Error Page

2011-03-22 Thread Jonathan Rosenberg
How can I create a custom 404 error page for the case where the URL maps to a non-existent webapp? I know how to do this for an individual webapp, but can't figure put where the global default error page comes from. -- Jonathan Rosenberg Founder Executive Director Tabby's Place, a Cat Sanctuary

Re: Global Default Error Page

2011-03-22 Thread Thad Humphries
to a non-existent webapp? I know how to do this for an individual webapp, but can't figure put where the global default error page comes from. -- Hell hath no limits, nor is circumscrib'd In one self-place; but where we are is hell, And where hell is, there must we ever be --Christopher Marlowe

RE: Global Default Error Page

2011-03-22 Thread Caldarale, Charles R
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 ROOT

Re: Global Default Error Page

2011-03-22 Thread Mark Thomas
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

Re: Global Default Error Page

2011-03-22 Thread Jonathan Rosenberg
, 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 the default (ROOT) one.  Put your custom error page

RE: Global Default Error Page

2011-03-22 Thread Caldarale, Charles R
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 applies to *all* webapps