DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36058>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36058





------- Additional Comments From [EMAIL PROTECTED]  2005-08-22 03:19 -------
well, of course changing to a normal user is enough for most cases, but well -
on UNIX, each file is created with certain priviledges and administrators _must_
set the umask to certain values, for example for allowing the group to have
write-acces to newly created files.

Since the umask set prior to starting jsvc is also applied to all files that
jsvc creates (like pid- and log-file) and not only to those that the jvm
creates, there are two sollutions:

- either create the log- and pid-files with a specific hardcoded umask (not the
one provided by the environment)
- change the umask for the jvm that jsvc starts only

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to