I have installed jakarta tomcat 5.0.28 and j2sdk1.4.2_13.  I have added the 
appropriate environment variables for JAVA_HOME and CATALINA_HOME.  I have 
compiled and run HelloWorld.java.  I have started the tomat server with 
"catalina.bat run". I can view and execute the jsp and servlet examples on 
tomcat welcome page http://localhost:8080.   I have added the folowing line to 
my server.xml file
<context path="/Project" docBase="c:\Project" debug="0" />.  When I try to view 
index.jsp in my Project folder with http://localhost:8080/ProjectI, get the 
error message:

HTTP Status 404 - /Project



type Status report
message /Project
description The requested resource (/Project) is not available.



Apache Tomcat/5.0.28
Does anyone have any idea what the problem might be?

Richard Dunne.


 
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/

Reply via email to