Hi All,
I was refering below link:-
http://plato.acadiau.ca/courses/comp...omcatTutorial/
I was able to complete upto Step 7, but after completing Step 8 I'm unable to see the output under tomcat, when I run <b>http://localhost:8080/TomcatProject/JSPDemo.jsp</b> I get above error.
I'm getting tomcat home page perfectly under <b>http://localhost:8080</b>, so can anybody help me out? what and where I'm doing wrong?
Also for better understanding I have tomcat, j2sdk1.4 & eclipse as below:-
C:\apache-tomcat-6.0.20
C:\j2sdk1.4.2_05
C:\eclipse
while configuring eclipse I gave workspace as:-
C:\eclipse\workspace and hence above TomcatProject project which I created under eclipse its path as:-
C:\eclipse\workspace\TomcatProject (with containing bin, WEB-INF other folders & files too)
Can anybody tell me how should I set env variable (just wanna double check):-
CLASSPATH = ;.;C:\j2sdk1.4.2_13\lib\tools.jar;C:\apache-tomcat-6.0.18\lib\servlet-api.jar;C:\apache-tomcat-6.0.18\lib\jsp-api.jar;
JAVA_HOME = C:\j2sdk1.4.2_05
CATALINA_HOME = C:\apache-tomcat-6.0.18
Path = C:\j2sdk1.4.2_05\bin
Feel free for any doubts
Thanks in advance
regards,
Kumar