Boris,
I tried your logging.properties with the addition of the .handlers to no
effect.

On one of the other servers (where we use a custom realm) I moved the
realm into the ROOT.xml file - same affect (e.g. file created, but log
info goes to catalina.date.log).

Perhaps it's a "feature".  :-)

> -----Original Message-----
> From: Boris Unckel [mailto:[EMAIL PROTECTED]
> SNIP
> 
> I have read your mails and points several times, I am wondering that
> this happens.
> Again: The only change is the place where the realm config appears,
> nothing else?
> After the change everything works as expected?
> 
> Please try the following in the webapp logging.properties of the third
> host:
> 
> handlers = org.apache.juli.FileHandler,
java.util.logging.ConsoleHandler
> .handlers = org.apache.juli.FileHandler,
java.util.logging.ConsoleHandler
> 
> ############################################################
> # Handler specific properties.
> # Describes specific configuration info for Handlers.
> ############################################################
> 
> org.apache.juli.FileHandler.level = FINE
> org.apache.juli.FileHandler.directory = ${catalina.base}/logs
> org.apache.juli.FileHandler.prefix = YOUR_PREFIX_HERE.
> 
> java.util.logging.ConsoleHandler.level = FINE
> java.util.logging.ConsoleHandler.formatter =
> java.util.logging.SimpleFormatter
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to