Re: [OT] Problems with file permissions

2006-07-19 Thread Martin Gainty
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, July 19, 2006 11:33 AM Subject: RE: [OT] Problems with file permissions Michelle. See if you can create a new folder on the UNIX server while in an FTP program like CoreFTP or WinsockFTP. Then dump everything to THAT fol

RE: [OT] Problems with file permissions

2006-07-19 Thread Propes, Barry L
, 2006 9:16 AM To: Tomcat Users List Subject: Re: [OT] Problems with file permissions Hi David, Thanks for that and sorry for my ignorance of Apache Tomcat but I have just moved from an old IIS server that didn't care about the file permissions. I am using ftp from Windows (using Dreamweaver

RE: Problems with file permissions

2006-07-19 Thread Propes, Barry L
don't think you can...you usually have to administer that by some FTP tool. At least typically you do. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 8:57 AM To: users@tomcat.apache.org Subject: Problems with file permissions

RE: [OT] Problems with file permissions

2006-07-19 Thread Michele . A . Shiels
Thanks for the help - I'll tweak the ftp side. Regards, Michele "Mead, Jennifer L - VSCM" <[EMAIL PROTECTED]> No Phone Info Available 19/07/2006 15:35 Please respond to "Tomcat Users List" To "Tomcat Users List" cc Subject RE: [OT] Problems wi

RE: [OT] Problems with file permissions

2006-07-19 Thread Mead, Jennifer L - VSCM
n set the umask. Like for instance you could say: umask a=rw. Hope that helps, Jennifer -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 7:29 AM To: Tomcat Users List Subject: Re: [OT] Problems with file permissions We answer all kinds of questi

Re: [OT] Problems with file permissions

2006-07-19 Thread David Smith
but I am just puzzled why Apache cares about file permissions instead of user/group security. Thanks again for any help you can give. Michele David Smith <[EMAIL PROTECTED]> No Phone Info Available 19/07/2006 15:02 Please respond to "Tomcat Users List" To Tomcat Us

Re: [OT] Problems with file permissions

2006-07-19 Thread Michele . A . Shiels
spond to "Tomcat Users List" To Tomcat Users List cc Subject Re: [OT] Problems with file permissions Two solutions, neither are 'apache' solutions: 1. Set sticky bits on the permissions on the folder so new files created under it adopt it's settings. 2. Co

Re: [OT] Problems with file permissions

2006-07-19 Thread David Smith
Two solutions, neither are 'apache' solutions: 1. Set sticky bits on the permissions on the folder so new files created under it adopt it's settings. 2. Configure your ftp service to correctly set permissions on upload. Of course, I don't see where any of this has to do with tomcat, hence the

Problems with file permissions

2006-07-19 Thread Michele . A . Shiels
Hi Tomcat users! I have a problem with user permissions on my web server - when a file is ftp'd to the webserver the permissions are -rw-r- and browsers trying to access the url are forbidden to view. Once I chmod 666 the file then browsers gain access. But as my website changes constant