> I installed it yesterday, had the same problem, and found that the app
> server couldn't be started because the Apache log files were not
> world-writable.
> I changed them and it worked. Looks like it's not writing logfiles as
> root, but as the apache user...

Yep, welcome to unix permissions. The issue is that the user who started the
JVM (in your case, it is the userid that owns the httpd process) must also
have write access to the log files.

-jon



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

Reply via email to