Thom Hehl wrote:
> OK, I've looked through the docs and googled and I'm not having any luck
> with this.
> 
> I have a brand new servlet for my webapp. I have it connected up and
> running OK.
> 
> The problem is the forward to the JSP. I'm getting this error:
> 
> 
>  HTTP Status 404 - /visioneer/WEB-INF/SearchErrors.jsp

The servlet spec requires that no resources are served from the
WEB-INF directory for security reasons. Move the jsp to
/visioneer/SearchErrors.jsp and all should be fine.

mark


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

Reply via email to