Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can't run JSP in browser, what should I do?

807589Sep 6 2008 — edited Sep 8 2008
Hi All,
I am begun to work in my college project J2EE, I was used to run jsp in Netbeans, now I need to Use Eclipse.
1) I have downloaded the eclipse and Tomcat, also the tomcat plug in.

2) I defined the Tomcat from Eclipse, JDK, also defined in the Catalina the path of the JDK.

3) In the servel.xml of the tomcat, I can see that the path of my projects defined:
<Context path="/kf" reloadable="true" docBase="C:\Documents and ......................................

4) When enter the path to web browser http://Localhost:8080/kf/root/jsp/login.jsp , I am sure from the path of the JSP file,
Error: HTTP Status 404 - /kf/root/jsp/login.jsp

What I need to do to run the JSP file?

Eclipse : Version: 3.4.0
Tomcat : apache-tomcat-5.5.26-src
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 6 2008
Added on Sep 6 2008
3 comments
781 views