I am using Java util logging.
My configurations in logging.properties is as follows
handlers = java.util.logging.FileHandler, java.util.logging.ConsoleHandler
java.util.logging.FileHandler.pattern=${org.apache.geronimo.home.dir}/var/log/fp.log
But when I run the geronimo server, I am getting the exception as
Couldn't get the lock file for the log file. Instead of
org.apache.geronimo.home.dir, when I gave the absolute path, it is working
fine.
But I would like to go for a relative path.
Can some body suggest how to resolve this issue?
--
View this message in context: http://www.nabble.com/Custom-logging--How-to-specify-the-relative-path-tp22412749s134p22412749.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
|