Have you tried -Dlog4j.configuration=/conf/log4j.properties 

-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Nick de Graeve
Sent: Thursday, March 23, 2006 2:22 AM
To: [email protected]
Subject: Log4j can't find config unless in current dir

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]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to