--

Guenther Wieser <[EMAIL PROTECTED]> wrote:
> --
> 
> Are you sure that everyone can write to the log file?
> I had to set the o+w mode to successfully get logs.
> But if not you should at least get some error messages in apache's
> error_log.

The file is owned by me and writable by me, and Apache is configured to
run under my UID. According to ps, the JVM is running with my UID.

Just to make sure, I had already set the file to mode 0666:
[eddie@onestep onestep]$ ls -l jserv.log 
-rw-rw-rw-   1 eddie    staff           0 Jun 24 16:26 jserv.log

I don't get any errors in Apache's error_log. As far as I can tell,
JServ's LogWriter class should throw an IOException if it can't write
to the file, but it doesn't.

Looks like I might have found a way to contribute to the JServ project:
Squish this bug. Pity I don't have much time available.
-- 
Sam Couter                                             [EMAIL PROTECTED]
Internet Engineer
tSA Consulting


--
--------------------------------------------------------------
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