JSP problem when running Tomcat in Eclipse
Hello,
Eclipse newbie here.
I just started using Eclipse and I have installed the Tomcat plugin. When I run Tomcat within Eclipse, http://localhost:8080 works fine, but when I tried to access a JSP that I've created, I'm getting this error:
HTTP Status 404 - /JSPDemo.jsp
--
type Status report
message /JSPDemo.jsp
description The requested resource (/JSPDemo.jsp) is not available.
Using Eclipse version 3.1.2
Tomcat Plugin = sysdeo 3.1
Tomcat version 5.0.28
JDK + JRE = 1.4.2_08
I was just following this tutorial:
http://plato.acadiau.ca/courses/comp/dsilver/2513/EclipseAndTomcatTutorial/
Thanks in advance.

