Skip to Main Content

New to Java

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!

JSP Error Status 500

807598Aug 9 2006 — edited Aug 11 2006
hi!
im testing on deploying a jsp file, following this tutorial

http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html?page=1

i installed tomcat on linux, on the onjava directory i have the login.jsp file, i follwed the same tutorial using windows and everything works fine, but on linux, i can only access up to this link http://192.168.70.77:8080/onjava/ using this it displays the file it has the images directory and the login.jsp file, when i click images it displays another directory listing of the images, but when i click login.jsp it shows

root cause

java.io.FileNotFoundException: /usr/local/jakarta-tomcat-4.1.27/work/Standalone/192.168.70.77/onjava/login_jsp.java (No such file or directory)

why does it say login_jsp.java when it is a login.jsp file? i've tried creating an html file on onjava directory and i can acess it, just this login.jsp file that shows this error,

i noticed that it only happens if i access jsp files, i renamed my html file which just displays Hello, to a jsp file and it shows up again that error

thank you so much sir/mam.

Message was edited by:
tuaman
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 8 2006
Added on Aug 9 2006
4 comments
296 views