----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Marc-Adrian Napoli wrote:
> 
> This sounds all well and good, except for the fact that the JVM runs things
> as the user "www" - which doesn't have access to write to the users home
> directory.
> 
> What happens then? Other than setting the "other" group to have write
> permissions, is there anything else I can do?
> 
Your JVM is started by Apache, so has the userid found in httpd.conf.
You can start the JVM by yourself with any userid. (ApJServManal On),
and just need a script for that.

java -classpath xxx org.apache.jserv.JServ  path_of_jserv.properties &

Jean-Luc


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to