`

EBS 12.1.3 Log Path

 
阅读更多

1. Command Line JVM System Properties

To enable logging for an application (for example, MyClass) that is run from the
command line, add the parameter values to the command line:

/local/java/jdk1.2.2/bin/java 
-DAFLOG_ENABLED=TRUE -DAFLOG_LEVEL=STATEMENT 
-DAFLOG_MODULE=% -DAFLOG_FILENAME=/path/to/apps.log MyClass



2. Apache JServ Java System Properties
To enable logging using Apache JServ JVM system properties, add the following to the
jserv.properties file (typically located in $IAS_ORACLE_HOME/Apache/Jserv/etc/):

wrapper.bin.parameters=-DAFLOG_ENABLED=TRUE
wrapper.bin.parameters=-DAFLOG_LEVEL=STATEMENT
wrapper.bin.parameters=-DAFLOG_MODULE=%
wrapper.bin.parameters=-DAFLOG_FILENAME=/path/to/apps.log

A convenient location for the log file in this case is the log directory used by Jserv
($IAS_ORACLE_HOME/Apache/Jserv/logs/).

3. 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

A convenient location for the log file in this case is the log directory used by Ebiz
Rapid-Install deployed OC4J ($LOG_HOME/ora/10.1.3/j2ee/oacore/*).


4. 报表产生临时LOG
$INST_TOP/logs/appl/conc/out/
$INST_TOP/logs/appl/conc/log/

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics