RE: 1catalina.org.apache.juli.FileHandler

2016-02-05 Thread Caldarale, Charles R
> From: rich...@xentu.com [mailto:rich...@xentu.com] 
> Subject: 1catalina.org.apache.juli.FileHandler

> I'm trying to understand logging.properties.

Make sure you carefully read this first:
http://tomcat.apache.org/tomcat-8.0-doc/logging.html

> Should I have jar on my system somewhere containing
> 1catalina.org.apache.juli.FileHandler?

Not exactly.  The 1catalina is a prefix, as noted by this line in the above doc:

"A prefix may be added to handler names, so that multiple handlers of a single 
class may be instantiated. A prefix is a String which starts with a digit, and 
ends with '.'. For example, 22foobar. is a valid prefix."

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: 1catalina.org.apache.juli.FileHandler

2016-02-05 Thread richard

On 2016-02-05 19:04, Caldarale, Charles R wrote:

From: rich...@xentu.com [mailto:rich...@xentu.com]
Subject: 1catalina.org.apache.juli.FileHandler



I'm trying to understand logging.properties.


Make sure you carefully read this first:
http://tomcat.apache.org/tomcat-8.0-doc/logging.html


Should I have jar on my system somewhere containing
1catalina.org.apache.juli.FileHandler?


Not exactly.  The 1catalina is a prefix, as noted by this line in the 
above doc:


"A prefix may be added to handler names, so that multiple handlers of
a single class may be instantiated. A prefix is a String which starts
with a digit, and ends with '.'. For example, 22foobar. is a valid
prefix."

 - Chuck



Ah, I see.
Thanks for your help Chuck.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org