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.

[706 byte] By [cal02a] at [2007-10-3 1:31:26]
# 1
why not use Web Tools Project of Eclipse, it comes with all plugins necessary for J2EE and Web development http://www.eclipse.org/webtools/it's much easier to use
Randza at 2007-7-14 18:29:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...