> On Nov 25, 7:07 am, ballpointpenthief <ballpointpenth...@yahoo.co.uk>
> wrote:
> > The directive is in the correct place and the custom page exists, yet
> > a blank page is returned rather than my custom page.
> Can you paste the declaration ? To give you an idea, here is the one
> that works for me.
[quoted text clipped - 3 lines]
> <location>/notfound.jsp</location>
> </error-page>
I tried exactly that example, and put a /notfound.jsp in the web
folder.
The declaration is placed at the end of <web-app>, and after the
<welcome-file-list>. I'm still getting a blank page, with no source.
Could something be clobbering it?
Thanks,
Matt
ballpointpenthief - 26 Nov 2007 09:45 GMT
On Nov 26, 8:40 am, ballpointpenthief <ballpointpenth...@yahoo.co.uk>
wrote:
> > On Nov 25, 7:07 am, ballpointpenthief <ballpointpenth...@yahoo.co.uk>
> > wrote:
[quoted text clipped - 16 lines]
> Thanks,
> Matt
Sorted now. There was a gap in my knowledge of the servlet-mappings.