Richard
if you look at the file permissions for the folder you are viewing you will see the owner of the files
ls -al *
it is the owner or root that needs to grant access to the folder and the files in the folder for your user and your package to use so if you're looking got direction on hot to grant folder for the correct permissions take a look at
http://java.sun.com/javase/6/docs/technotes/guides/security/PolicyFiles.html#Examples
Be aware that every package/jar (including tomcats startup jar which is bootstrap.jar) has to be granted permission to view/display, read and or execute code in the folders you are placing your files

HTH
Martin
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- From: "Richard Dunne" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Monday, April 23, 2007 8:14 AM
Subject: Re: file not found


The file has the same permissions as every other file in the dir which tomcat has access to via http://localhost/ProjectFolder. One thing that I noticed with tomcat. I had several subfolders in my project folder in windows, but whe I viewed the same dir in localhost, some of the sub folders were not present, instead the the remaining files were in the main projectfolder. Has anyone had this problem?

Richard
----- Original Message ----
From: David Smith <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Monday, April 23, 2007 12:45:19 PM
Subject: Re: file not found


I've been bitten once or twice with problems like this just to find out
after an hour of headache that I didn't put the file in the right folder
or the permissions weren't set correctly.  Can you verify you are
storing the file in the proper place and tomcat has permissions on it?
Are there any log messages related to the missing html file?

Outside of that, maybe you just need to clear out the work directory and
restart tomcat.

--David

Richard Dunne wrote:

I am having a problem with an html file. In my project folder I have html, javascript and php files. When I go to http://localhost/ProjectFolder/ All the files are listed except for 1 html file. stopping and restarting the apache2 server has no effect, it still will not show up in the list of files. does anyone know waht might be causing this?

Richard.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to