Hi, Yoav,

>>  <error-page>
>>      <error-code>404</error-code>
>>      <location>/jsp/notfound.jsp</location>
>>  </error-page>
>>
>>How can I change the way the notfound.jsp is invoked so that the type
>of
>>404 error is ignored?
>
>I don't understand the question.  If you don't want notfound.jsp to be
>invoked for 404 errors, don't declare the error-page in web.xml.
>

The current configuration catches all of the 404 error although the final reported 
code is 200. I can remove the error-page from the web.xml. If I do so, how can I still 
catch any other 404 error? A solution I try to find out is to ignore some type of 404 
error, but not others.


Vernon 



____________________________________________________________
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to