Dear All,
 
I want to set when client makes request from xxx.jsp that jsp is not in our list
then it will display the error-page.
 
so i set in web-xml like
<error-page>
    <error-code>404</error-code>
    <location>/404.jsp</location>
</error-page>
 
and place 404.jsp in our application with jsp.
sometime it works and sometime it didn't works.
 
anyone know how this problem can be resolve?
 
thanx

Reply via email to