Use the wsadmin tool to refresh the policy set configuration data. After refreshing the policy set configuration, the changes apply after restarting the application.
objNameString = AdminControl.completeObjectName('type=PolicySetManager,*') import javax.management as mgmt mbeanObj = mgmt.ObjectName(objNameString) param=[] sig=[] AdminControl.invoke_jmx(mbeanObj, 'refresh', param, sig)
In this information ...Related concepts
Related tasks
Related reference
| IBM Redbooks, demos, education, and more(Index) |