Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error ( page is not available) 1

Status
Not open for further replies.

jass1220

Programmer
May 20, 2003
88
AE
hi ,

what shall i write in the url to open my page
am trying to open my jsp page which is in the path(
D:\Tomcat 4.1\ClassMate\mates.jsp)

but i get this error


///////////////
HTTP Status 404 - /catalina_home/classmate/mates.jsp

--------------------------------------------------------------------------------

type Status report

message /catalina_home/classmate/mates.jsp

description The requested resource (/catalina_home/classmate/mates.jsp) is not available.


--------------------------------------------------------------------------------

Apache Tomcat/4.1.12-LE-jdk14



//////////////////////



 
No, the path on the filesystem.

The URL would then be
Code:
[URL unfurl="true"]http://127.0.0.1:8080/ClassMate/mates.jsp[/URL]


Look at the ROOT webapp - this is how your "classmates" webapp should be laid out. Also, it is the URL is case sensitive.

Please read the documentation this is 101 stuff, and is all covered in the docs.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top