Re: Permissions of File Created by Tomcat

2008-04-20 Thread Daniel J Hulme
ly - set the 's' bit) > > Please note that these are only pointers not a rigorous set of > instructions. The reality is that if you want to do anything serious in > linux you must learn ins and outs of 'bash' and this list is not really > the place to do that. &

Re: Permissions of File Created by Tomcat

2008-04-20 Thread Daniel J Hulme
; 3. Use umask in the tomcat startup script and/or the shell in which you > run your application to set appropriate access permissions - GIYF > > As an aside, if you are going to have two different processes writing > these shared files you may also have to consider locking issues -

Permissions of File Created by Tomcat

2008-04-20 Thread Daniel J Hulme
Hi, I'm running a WebService using Tomcat 5.5 on Ubuntu 7.10 with Axis2. Files (and directories) are created by this service on a local directory: /myfiles/ The permission of the new directories and files in this directory are: Directories:'drwxr-xr-x 2 tomcat55 nogroup 4096' Fil