WebLogic Server 11g with java based node manager stdout/stderr log path configuration.
- by Mircea Vutcovici
Hi,
How I can configure the path where the stdout logs are written by the WebLogic server?
I've read about -Dweblogic.log.RedirectStdoutToServerLogEnabled=true, but this redirects only part of the output. For example if I will run a thread dump, the output will remain in the original log file.
I think it should be an option in nodemanager/startup.properties file.
WebLogic version is 10.3.2.0 and I am using a java based node manager. OS is RHEL 5.
Thank you,
Mircea