This topic discusses the administration services custom properties that you can set on the administrative console.
To view the administration services custom properties administrative console page that goes with this topic, click: Servers > Application Server > server_name > Administration > Administration Services > Custom Property.
Specify a property and its value as a name-value pair on the Administration services custom properties page.
With this enhancement, in a Network Deployment environment, the MBean that is registered on an application server is addressable through a client that is connected to the deployment manager.
To turn off the default behavior, set the following custom property on the application server:
Property name | com.ibm.websphere.mbeans.disableRouting |
Data type | string |
Value |
One or more MBean object names tagged with <on>...</on>. You can specify the object name of your MBean or a pattern that matches the names of several MBeans. Example: If you 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:
|
If this custom property is set, an administrative client needs
to connect directly to the application server on which the MBean is registered
to invoke methods. The MBean cannot participate in all the distributed functions
of the administrative system.