When i request a non-existing jsp page, the server crash...
web.xml
<error-page>
   <error-code>404</error-code>
   <location>/404.html</location>
 </error-page>

I think the problem is  web.xml file in <error-page> tag.. It do not accept
static error pages... Does anybody know the solution?

Reply via email to