I have following code in my web.xml to redirect when ever I get 404 error. But I don't know where I have to create error folder (relative path) and put 404.html. Is it under /WEB-INF of application ?
<error-page>
<error-code>404</error-code>
<location>/error/404.html</location>
</error-page>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
