jason teh wrote:

> PropertyConfigurator.configure("log4j.properties");

If you are using the above line in your code, then it is assuming that the 
log4j.properties file is in the directory that the VM was started - in tomcat's case, 
it is either the bin directory (if you are
starting it from command line) or the root directory (if you are starting it as a 
service).

It is strange that putting in the full path still doesn't do it - you might want to 
try out Winfried's suggestion.

Anuj.


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

Reply via email to