My startup script resets the permissions. The real question I think is does tomcat require all it's files to be owned by the tomcat user?
on 3/11/02 9:41 AM, John Wadkin at [EMAIL PROTECTED] wrote: > Ted, > > If I understand your question correctly, you want to find a way to alter the > default file permissions for the TomCat user? > > The only thing I can think of is umask, which sets the default permissions. > In Solaris (C shell): > > umask 000 > > Sets (I think!) read and write for all (user, group, other) on files, and > full permissions on directories. Try putting the command in catalina.sh or > the tomcat user's login script. > > Thanks, > > John > > Quote for the week: > > The stupid neither forgive nor forget; the naive forgive and forget; the > wise forgive but do not forget. > > Thomas Szasz, The Second Sin (1973) -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
