I want all my logs to be captured under /fmw_log/bpm/<specificserver>/<log_file>
Redirect .out file to a customized location:
Change the heap values and
redirect the .out log files to the customized location for bpm_server1.
Go to -> <Domain_Name>->
Environment -> Servers -> bpm_server1 -> Configuration -> Server
Start -> Arguments -> enter the value as shown below.
-Xmx7168M -Xms7168M -Xmn3584M -XX:PermSize=1792M
-XX:MaxPermSize=1792M -verbose:gc -XX:+PrintHeapAtGC
-Xloggc:/fmw_log/bpm/bpm_server1/verbosegc.txt -XX:+PrintGCTimeStamps
-XX:+PrintGCDetails -Dweblogic.Stdout=/fmw_log/bpm/bpm_server1/bpm_server1.out
Redirect the
AdminServer log file to a customized location.
<Domain_Name> -> Environment
-> Servers -> AdminServer -> Logging -> General -> Log file
name: /fmw_log/bpm/AdminServer/AdminServer.log
Redirect the
bpm_server1 log file to a customized location
<Domain_Name> -> Environment
-> Servers -> bpm_server1 -> Logging -> General -> Log file
name: /fmw_log/bpm/bpm_server1/bpm_server1.log
Update the customized log file
location for diagnostic log files in all the servers as below.
No comments:
Post a Comment