Re: Tomcat JSPEngine help setup: beginner

On Thu, 22 Aug 2002, Zheng, Yan wrote:

> Hi,
>
> I followed the exact steps depicted in
> <http://www.w3.org/Jigsaw/Doc/User/jsp.html> .
> Then I dropped snoop.jsp (comes with tomcat) under WWW dir and point my
> browser to http://localhost/snoop.jsp  but get "HTTP 404 - File not found"
> error.  And if I point to localhost/servlet/jakarta-jsp, I get the same
> error.

Can you verify that jakarta-jsp servlet exist? If servlet.jar or any
jsp-engine related jar was missing from the CLASSPATH, then the servlet
wasn't created and the 404 will be the "right" answer from the server.
Thanks,

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Thursday, 5 September 2002 06:07:56 UTC