Is there a standard approach to dealing with file permissions for files
created by servlets?  With JRun, files my servlets
create are owned by me if I bring up JRun by hand, or they are owned by root
if I bring up JRun through the admin console.
I know that Java itself doesn't deal with file permissions, but somebody's
got to address the issue.  The obvious solutions
are to either write native methods to deal with this (one set of native
methods per category of OS, I expect), or to
exec a system program from Java to straighten out permissions.  Anybody have
a better suggestion?

Duane Morse, Eldorado Computing Inc., Phoenix, Arizona

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to