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

on 7/18/2000 5:04 PM, "Jonathon W. Ross" <[EMAIL PROTECTED]> wrote:

> I think the point was that JServ doesn't like you taking the
> logfile out from under it.  It won't reopen() the log file
> and start again once you rotate without restarting it.
> 
> JWR

bingo.

On solution I wrote for our private version of WM was to have the log file
simply created based on the date. it would try to open the file before
writing and the open would have the date in the filename of it so a new one
would get created each day. the files were never explicitly closed(), but
that was an ok enough hack for the time.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to