Thursday, January 12, 2012

Enable CZ log in Server for Configurator Developement

to enable the log of CZ log on the server you have to modify the Jserv.properties on the server as below

 #CONFIGURATOR DEBUG

 wrapper.bin.parameters=-DAFLOG_ENABLED=Yes
wrapper.bin.parameters=-DAFLOG_LEVEL=Statement
wrapper.bin.parameters=-DAFLOG_MODULE=cz%
wrapper.bin.parameters=-DAFLOG_FILENAME=server path to log file CZ_apps.log

 restart the Apache after the changes in Jserv.properties.


in R12,it will be



OC4J Java System Properties

To enable logging for OC4J, add the following to the oc4j.properties file corresponding to your OC4J Container. This is the "oacore" container (typically located in $ORACLE_CONFIG_HOME/j2ee/oacore/config/):
AFLOG_ENABLED=TRUE 
AFLOG_LEVEL=STATEMENT 
AFLOG_MODULE=% 
AFLOG_FILENAME=/path/to/apps.log

No comments:

Post a Comment