I have deployed my war file on
JBOSS.
i'm having commons-logging.properties and log4j.properties in the
WEB-INF\CLASSES Folder.
but the server is not taking the log4j.properties file.
The logging is done based on the parameters specifed server\default\conf\log4j.xml only.
how to disable that and make the server the use my log4j.properties file.