|
Did you copy your project in TOMCAT/WEBAPPS?
I send you an example
If you have your project in the path
C:\Apache Software Foundation\Tomcat 5.0\webapps\ROOT\samples
and your page is named "helloworld.jsp"
call the jsp like that
http: //localhost:8080/root/helloworld.jsp
|