Hi,
I am new to web applications.
I was trying my hands at resource given at http://www.myeclipseide.com/documentation/quickstarts/tomcat/
Everything works fine but when i try to access the index.jsp from web browser it gives me
HTTP Status 404 – /SimpleWebProject/
——————————————————————————–
type Status report
message /SimpleWebProject/
description The requested resource (/SimpleWebProject/) is not available.
——————————————————————————–
Apache Tomcat/6.0.14
I tried testing my server by typing in http://localhost:8080/ and it works it opens the home page of tomcat.
Even i browsed to the examples thats present there and all of them works.
I dont know what is the problem with the SimpleWebProject.
Please help.
Thanks
Prabhat.