Re: Permissions of File Created by Tomcat

2008-04-20 Thread Daniel J Hulme
>> Directories: 'drwxr-xr-x 2 tomcat55 nogroup 4096' >>>> Files: '-rw-r--r-- 1 tomcat55 nogroup 10041' >>>> >>>> The problem is, is I want to access (write) these files using, say, a >>>> java >>>> application, it give me: >>>> >&g

Re: Permissions of File Created by Tomcat

2008-04-20 Thread Alan Chaney
Hi Daniel Really the issues are to do with the JVM and linux rather more than tomcat directly. I can't claim to be a linux guru but you should look at it in the following way Any application which runs on linux is 'owned' by a user. There two classifications - 'system' users and 'normal' user

Re: Permissions of File Created by Tomcat

2008-04-20 Thread Daniel J Hulme
from tomcat with 'write access' >> >> 3.Other >> >> Thanking you in advance. >> >> Daniel >> > > > - > To start a new topic, e-mail: users@tomcat.apache.org >

Re: Permissions of File Created by Tomcat

2008-04-20 Thread Alan Chaney
This is really a linux permissions issue. How are you starting tomcat? with the $TOMCAT_HOME/bin/startup.sh or with jsvc or are you using an ubuntu startup script? You don't say anything about the user who will run the java application. Generally, the way to control the access permissions wit

Permissions of File Created by Tomcat

2008-04-20 Thread Daniel J Hulme
is message in context: http://www.nabble.com/Permissions-of-File-Created-by-Tomcat-tp16792720p16792720.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscr