Re: JDBCAppender and DB passwords

2008-04-02 Thread Jacob Kjome
There's a couple ways. Both involve referencing variables set externally. For instance... ${db.username} ${db.password) You can make these variables available in one of two ways (only the first way below if you are using XML config) 1. Set it as a system property. e.g... java -Ddb.

JDBCAppender and DB passwords

2008-04-02 Thread Annie Lane
Hi list, I'm using log4j-1.2.14 and want to play with JDBCAppender. My main concern is the fact that in my log4j.properties file I need to provide the username and password details for the database connection. How can I use JDBCAppender without having to put this information in my .properties fil