Java Management Extensions connector properties


 

+

Search Tips   |   Advanced Search

 

We can set JMX connector properties using...

We can set SOAP connector properties in soap.client.props and IPC connector properties in ipc.client.props.

A JMX connector can be...

Deprecated feature: You should eventually convert all of the RMI connectors to JSR160RMI connectors because support for the RMI connector is deprecated.

For specific information on how to code the JMX connector properties for wsadmin, the appserver commands, or scripts, see the particular tool or command. Read the API documentation to learn how to code the JMX connector properties for a custom Java admin client program.

The JMX connectors that servers create use JMX connector properties that are accessible in the admin console. To change the configuration for JMX connectors in the console...

The wsadmin tool and the Java administrative client use JMX connector properties in the files...

Properties in soap.client.props and ipc.client.props begin with com.ibm.SOAP and com.ibm.IPC. Other properties in the soap.client.props file and the ipc.client.props file that contain information that can be set elsewhere in the appserver are not documented here. The coding for the property...

com.ibm.ssl.contextProvider

...which can be set only in the soap.client.props file and the ipc.client.props file, is specified.

Each profile has property files at...

WAS_HOME/profiles/profile/properties/soap.client.props

For the IPC connector:

WAS_HOME/profiles/profile/properties/ipc.client.props

These property files allow us to set different properties, including security and timeout properties. These properties are the default for all the admin connections that use either the SOAP JMX connector or the IPC JMX connector between processes that run in a particular profile. For instance, the wsadmin program running under a particular profile uses the property values from these files for the SOAP connector behavior and the IPC connector behavior unless the properties are overridden by some other programmatic means.

To view the JMX connector custom properties admin console panel...

Servers | Application servers | server name | Server Infrastructure | Administration | Administration Services | Additional properties | JMX Connectors | connector type | Additional Properties | Custom properties

 

SOAP connector properties

 

IPC connector properties

 

SOAP, RMI, JSR160RMI, and IPC connector properties

This section discusses JMX connector properties that pertain to SOAP connectors, RMI connectors, JSR160RMI connectors, and IPC connectors.

Connector type

A connector type of SOAP, RMI, JSR160RMI, or IPC depends on whether the appserver connects to a SOAP server, an RMI server, a JSR160RMI server, or an IPC server.

Use one of the following options:

Host The host name or the IP address of the server to which the appserver connects. The server can be a SOAP server, an RMI server, a JSR160RMI server, or an IPC server. We can set the property by using one of the following options:

Port The port number of the server to which the application server connects. The server can be a SOAP server, an RMI server, a JSR160RMI server, or an IPC server. We can set the property by using one of the following options:

User name The user name that the appserver uses to access the SOAP server, an RMI server, a JSR160RMI server, or an IPC server. We can set the property by using one of the following options:

The password that the appserver uses to access the SOAP server, the RMI server, the JSR160RMI server, or the IPC server. We can set the property by using one of the following options:

Disable a connector

We can enable or disable any of the JMX connectors from the admin console.

 

RMI connector properties

This section discusses JMX connector properties that pertain to RMI connectors.

Disable the JSR 160 RMI connector

Support for JMX Remote API (JSR 160) is enabled by default so that you automatically receive specification-compliant JMX function. To disable the function for a particular server, set the property by using one of the following options:





Related concepts


Additional Application Programming Interfaces (APIs)

 

Related tasks


Set up the admin architecture
Set security with scripting

 

Related


Java Management Extensions connectors
Administrative properties for scripting

 

Related information


SOAP connector and Inter-Process Communications connector properties files