This is a discussion on Apache can not find file. within the Apache Web Server forums, part of the Web Server and Related Forums category; I am working on this JSP web page in netbeans which uses the Apache distribution which comes with the ide. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am working on this JSP web page in netbeans which uses the Apache
distribution which comes with the ide. My problem is that whenever a user uploads a file via my web site then goes to view it Apache can not find the file and returned a 404 error. However it can find all other files in that directory and after I restart Apache it can find all files now. Why? |
|
|||
|
Here is the error message...
HTTP Status 404 - /MyNotes/NoteFiles/8chapter1.doc type Status report message /MyNotes/NoteFiles/8chapter1.doc description The requested resource (/MyNotes/NoteFiles/8chapter1.doc) is not available. Apache Tomcat/6.0.16 "NoteFiles/8chapter1.doc" does exist an can be found once I restart the server. |