Re: dynamic variables/parameters

2008-02-21 Thread osubb
, and then reloading the config file once. Thanks for all the help osubb James A. N. Stauffer wrote: It might help if you could provide more details on why you want the JDBC parameters to vary per connection/thread. On Thu, Feb 14, 2008 at 10:15 AM, osubb [EMAIL PROTECTED] wrote: I

Re: Parsing problem

2008-02-20 Thread osubb
info for the user -- logger name=com.firstpac.etools.log4j.clientStats level value=info / appender-ref ref=clientStats / /logger /log4j:configuration - Original Message From: osubb [EMAIL PROTECTED] To: log4j-user@logging.apache.org Sent: Tuesday

Parsing problem

2008-02-19 Thread osubb
I seem to get warning whenever log4j configure file is loaded. I looked at my config file and can see no syntax problems. Can somebody point me in the right direction??? WARNINGS* log4j:WARN Continuable parsing error 50 and column 13 log4j:WARN The content of element type renderer

Re: dynamic variables/parameters

2008-02-14 Thread osubb
the ConversionPatter or using the sql param for JDBCAppender. Is there any way to pass in values to log4j for each client connection (Servlet thread)?? thanks, osubb James A. N. Stauffer wrote: In an XML config, system properties can be used like ${catalina.base}. On Wed, Feb 13, 2008 at 5:23 PM

Re: dynamic variables/parameters

2008-02-14 Thread osubb
to be the only solution that might work at this point - if I don't use the xml config). thanks for the help, any other ideas? osubb Maarten Bosteels wrote: When you use a log4j.properties file instead of log4j.xml you can use http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j

dynamic variables/parameters

2008-02-13 Thread osubb
param name for the JDBCAppender. It does not work for the URL, user, and password param values (does not change to MDC value). Any help would be appreciated, osubb -- View this message in context: http://www.nabble.com/dynamic-variables-parameters-tp15470530p15470530.html Sent from the Log4j