Weblogic Diagnostic Service
I am running a WebLogic cluster using WLS 10.3.0.0. I am trying to efficiently manage the WLS_DIAGNOSTICXXXXXX.DAT files that are created by the Weblogic Diagnostic Service. I don't use the information in the files and I can't delete them without stopping the respective managed server.
My question is can I stop the Weblogic Diagnostic Service from running? I added the flags "-Dcom.bea.wlw.netui.disableInstrumentation=true
-D_Offline_FileDataArchive=true -Dweblogic.connector.ConnectionPoolProfilingEnabled=false" to the startup arguments and the files still get created.
Do these flags apply to the startup arguments for the administration server, for the managed server, or for both?