Hello,
We are trying to enable log4j for some custom scripts we have deployed to cmaext_ear Our custom scripts are deployed as a WAR here and invoked via cronjob. We tried placing a log4j.properties file within the WAR but did not see any log files being generated. Where should the log4j.properties be placed to enable logging this WAR?
Also which logging API should these scripts be using? Is it com.vignette.logging.CommonsLogger or org.apache.log4j.Logger;
Thanks!