Administration services custom properties
This page discusses the administration services custom properties that we can set on the admin console.
To view the administration services custom properties admin console page that goes with this topic, click: Servers > Application Server > myserver > Administration > Administration Services > Custom Property.
Specify a property and its value as a name-value pair on the Administration services custom properties page.
Related tasks
Administration service settings
Extending the WAS admin system with custom MBeanscom.ibm.websphere.mbeans.disableRouting
When a custom managed bean (MBean) is registered directly with the MBean server that runs in a WAS process, the MBean object name is enhanced by default to include the cell, node, and process names as key properties. To turn off the default behavior, set the following custom property on the appserver.
With this enhancement, in a ND environment, the MBean that is registered on an appserver is addressable through a client that is connected to the dmgr.
If this custom property is set, an admin client needs to connect directly to the appserver on which the MBean is registered to invoke methods. The MBean cannot participate in all the distributed functions of the admin system.
One or more MBean object names tagged with <on>...</on>. We can specify the object name of the MBean or a pattern that matches the names of several MBeans.
Example:
If we register a custom MBean with the WebSphere:type=custom,name=custommbean1 object name and another custom MBean with the WebSphere:type=custom,name=custommbean2 object name, each of the following values is valid:
- <on>WebSphere:type=custom,name=custommbean1</on>
The value disables the MBean object name modification for this MBean.
- <on>WebSphere:type=custom,*</on>
The value disables the MBean object name modification for both MBeans.
- <on>WebSphere:type=custom,name=custommbean1</on><on>WebSphere:type=custom,name=custommbean2</on>
The value disables the object name modification for both MBeans.