Hi all,
I want my
Jboss 4.2 to use a custom log4j.properties file.
For that I have changed the jboss-service.xml file as below:
But at the time of deploying Jboss can not find the file specified(FileNotFoundException).
How can I configure it so that it can find the
log4j.properties file anywhere(outside jboss) else?
I am observing only .xml file is being recognized by jboss in above code. If that is the case then how could I make log4j.properties file being recognized by Jboss
without keeping it in .ear.
Also I have placed the below code in log4j.properties to generate log file . Is that ok?