On Wed, 2002-10-30 at 12:57, Jaimes Blunt wrote:
> 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 /

Just as it says: you must begin the <locations> with a '/'.

Ben Ricker
Wellinx.com

> 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 
> 



--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to