Modifying server behavior by setting properties

Run the propertyManager script with the list, get, or set command to retrieve the value of server properties and modify or set the property values. You can also set or get server properties by using the GlobalPropertiesMXBean API.

About this task

The propertyManager set command adds properties to the server to modify the behavior and characteristics of the server. The properties apply across all solutions on the server.

To set or modify server properties programmatically, use the GlobalProperties Java™ Management Extensions (JMX) management bean (MBean) by calling the methods in the GlobalPropertiesMXBean API. The Liberty server profile provides MBeans and corresponding management interface APIs that help you control server behavior.

Procedure