Hey Guys,
 
I am trying to create a custom error page for my webapps, and I am encountering the 
following message when I try to force an error.
Error page location myerror.jsp must start with a /
My webapp file has the following included:
 <error-page>
   <error-code>404</error-code>
   <location>myerror.jsp</location>
 </error-page>
 <error-page>
   <error-code>400</error-code>
   <location>myerror.jsp</location>
 </error-page>
 <error-page>
   <error-code>200</error-code>
   <location>myerror.jsp</location>
 </error-page>

Any ideas?

Jaimes Blunt 

Reply via email to