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

Apache Error: Permission Denied

Status
Not open for further replies.

aarushi2001

Technical User
Nov 16, 2005
109
0
0
US
Hi,

I was testing my uploadfile.jsp file on the server and it gave me following error:
Error 404: Permission Denied

Uploadfile.jsp: allows users to upload/attach file while submitting a form.

On local host it was working.
 
404 typically means "file not found"

also, apache is not a servlet/jsp container... do you have tomcat or similar connected?

judging by the name of your .jsp, i'm guessing it will try to save an uploaded file somewhere? if so, do you have write permissions to the destination dir?


-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
i like your sleeves...they're real big
 
sorry for late response..

yes.. I have tomcat... tomcat on my local machine was allowing me to upload one file from one destination to another...

but when I test the same thing online, it doesnt work.
my task: when users upload a file, it should save the file in a particular folder..
I will check the permissions.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top