Is it possible for error page from one webapp to direct to another? What I'm thinking is:
In mywebservice/WEB-INF/web.xml
<error-page>
<error-code>404</error-code>
<location>/errors/404.html</location>
</error-page>
But I want the error page to be
ROOT/errors/404.html
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
