You can set system properties that specify the location of the config file (if that works in your situation).
On 3/23/06, Nick de Graeve <[EMAIL PROTECTED]> wrote: > We have an JARed application that uses log4j. The directory structure looks > like > this: > > ./nokeosclient.jar > ./conf/log4j.properties > > In the manifest we have: > > Class-Path: . conf > > When we start the application we get: > > log4j:WARN No appenders could be found for logger > (com.fpc.nokeos.core.client.launch.Launcher). > log4j:WARN Please initialize the log4j system properly. > > If we put log4j.properties in . everything works ok. > > How can I make it work with the properties in the conf/ dir? I tried adding > conf/log4j.properties explicitely in the Manifest's classpath but it didn't > work > either. > > Nick. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Stauffer Are you good? Take the test at http://www.livingwaters.com/good/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
