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 Chris Miller 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 when running jsp with apache/jserv

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




Is this post offensive?
If so, Red Flag it!



 
do you get a 404:file not found (then it's the server config you have to double check, especially the directory and alias parts) or a jsp error (then i would check my .. classpath ... coz it sounds more like a java problem !!)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top