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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FILE NOT FOUND EXCEPTION

Status
Not open for further replies.

dendog

Programmer
Jun 28, 2001
53
US
hi all;
i am using oracle software with jdk1.2 Jserv and Apache.
I have my JSP file in the directory htdocs/Mem_project--the file is named inventory.jsp. When i call this file from my internet explorer brower i get a JSP error that is
JSPException:fileNotFound
i call it by doing /IPadress/Mem_Project/inventory.jsp and it gives me this error
However when i just type in /IPadress/ the oracle server home page comes up just fine--what am i doing wrong and why isnt my system recognizing that this jsp file exists?What am I forgetting
Thanx in advance
DENNIS
 
What is the code for the JSP page look like? If the JSP page is not being found then I would expect you to recieve a 404 error, not an exception.

Also, are you sure you are placing the JSP page in the correct directory. In your case for Tomcat (which is what you are using) the JSP pages should be in TOMCAT_HOME/webapps/Mem_Project (I think). Only static HTML and images should be under Apache's htdocs directory.

Wushutwist
 
Actually JServ is now a part of Tomcat.

The whole project naming is a mess. There was JWS, then JServ, somewhere Jakarta turned, then Tomcat came on the scene. Only now Jakarta is the project and Tomcat is a sub-project. It seems JServ no longer exists and JWS has been turned over to Tomcat. All of this stuff falls under Apache.

I recommend getting Tomcat since it is still being supported. Whatever JServ is or once was is no longer being supported. Wushutwist
 
the thing is i was able to run my JSPs just fine on another server using the same software--thank you very much for your help.. II appreciate it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top