Comment out the following two jvm-options in the domain.xml file for the domain:
-XX:+LogVMOutput
-XX:LogFile=${com.sun.aas.instanceRoot}/logs/jvm.log
For example:
<!-- <jvm-options>-XX:+LogVMOutput</jvm-options> --> <!-- <jvm-options>-XX:LogFile=${com.sun.aas.instanceRoot}/logs/jvm.log</jvm-options> --> |