
November 4th, 2006, 05:50 AM
|
|
Registered User
|
|
Join Date: Nov 2006
Posts: 2
Time spent in forums: 1 h 50 m 20 sec
Reputation Power: 0
|
|
|
Have failed to execute .jsp file
Hello!
I am new in java world.
I have installed both j2sdk-1_4_2_12-windows-i586-p.exe and Apache Tomcat 4.0 in D:\ drive. For the first one I used D:\java and for the second one I used D:\tom.
Now http://localhost:8080/index.html page is ok. JSP Examples from the left menu is ok.
But when I run my own created file(helloJSP/index.jsp) it fails. The file path is D:\tom\Apache Tomcat 4.0\webapps\helloJSP\index.jsp
It shows the following things:
[
Apache Tomcat/4.0.1 - HTTP Status 404 - /helloJSP/index.jsp
--------------------------------------------------------------------------------
type Status report
message /helloJSP/index.jsp
description The requested resource (/helloJSP/index.jsp) is not available.
]
Please tell me where I am wrong.
Regards
|