Disable the Monitoring services
To disable the Monitoring services, update the tangosol-coherence.xml file on all application servers in the application server cluster.
Procedure
-
On an application server, access this location:
%IMPACT360softwareDir%ProductionServer\weblogic\Impact360\ProductionDomain
-
Open the file tangosol-coherence.xml and search for tangosol.coherence.ipmonitor.pingtimeout.
-
Change the IP-timeout from 5s to 0s. The code section should now look like this:
<tcp-ring-listener><ip-timeout system-property="tangosol.coherence.ipmonitor.pingtimeout">0s</ip-timeout><ip-attempts>3</ip-attempts><priority>6</priority></tcp-ring-listener>
-
Repeat this procedure on each application server in the cluster.
What to do next