Re: dynamic variables/parameters

2008-02-21 Thread osubb
properties, 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

Re: Parsing problem

2008-02-20 Thread osubb
Renderer"/> > > > class="org.apache.log4j.DailyRollingFileAppender"> > > > > > > class="org.apache.log4j.jdbc.JDBCAppender"> > > > > > > > > > > > >

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

Re: dynamic variables/parameters

2008-02-14 Thread osubb
seems 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/

Re: dynamic variables/parameters

2008-02-14 Thread osubb
g 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}. &g

dynamic variables/parameters

2008-02-13 Thread osubb
es and the "sql" 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