Hi, I'm trying to learn JSP. I have Windows 2000 Professional & I have installed the following:
Apache Server JSDK Tomcat Attached is the environmental variables I had setup. I usually start Apache & then Tomcat. I then see the website that I'm supposed to see when I go to http://localhost. The book instructed me to write a "hello world", save it as index.jsp on the tomcat folder under webapps/begjsp-ch01. However, when I try to run & go to http://localhost/webapps/begjsp-ch01/index.jsp i get a 404 not found message. What am i doing wrong. Please advise.
CATALINA_HOME C:\unzipped\jakarta-tomcat-4.0-20020530\jakarta-tomcat-4.0 CLASSPATH C:\JSPExercises;C:\unzipped\jakarta-tomcat-4.0-20020530\jakarta-tomcat-4.0\common\lib\servlet.jar JAVA_HOME C:\j2sdk1.4.0_01 PATH c:\Documents and Settings\ahlcu\jswdp-1_0\bin;C:\j2sdk1.4.0_01\bin
