2014-03-03 12:32 GMT+04:00 Aryeh Friedman <aryeh.fried...@gmail.com>:
> <webapp>
>         <error-page>
>                 <error-code>404</error-code>
>                 <location>/index.jsp</location>
>         </error-page>
> </webapp>
>
> I need the above to return 200 not 404 how?

response.setStatus(..) ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to