Java Management Extensions connector properties

A Java Management Extensions (JMX) connector can either be a Remote Method Invocation (RMI) connector or a Simple Object Access Protocol (SOAP) connector.

Depending on the property, you can specify or set a property on the administrative console, the wsadmin tool, Application Server commands, other line commands such as the Java line command, or a custom Java administrative client program that you write. You can also set SOAP connector properties in the soap.client.props file.

For specific information on how to code the JMX connector properties for the wsadmin tool, the Application Server commands, or other line commands, see the particular tool or command. For specific information on how to code the JMX connector properties for a custom Java administrative client program, see the Java API documentation for Application Server .

For the administrative console, this article specifies the coding of the particular setting or property. Coding of properties in the soap.client.props file that are specific to JMX connectors is specified. These properties begin with com.ibm.SOAP. Other properties in the soap.client.props file that contain information that can be set elsewhere in the Application Server are not documented here. The coding for the com.ibm.ssl.contextProvider property, which can be set only in the soap.client.props file, is specified.

SOAP connector properties

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

SOAP Request timeout

Specifies the SOAP client request timeout. The value that you choose depends on a number of factors such as the size and the number of the applications that are installed on the server, the speed of your machine, and the level of usage of your machine.

The program default value for the request timeout is 600 seconds. However, other components that connect to the SOAP client can override the default. Components that use the soap.client.props file have a default value of 180 seconds.

You can set the property by using one of the following options:

Configuration URL

Specifies the Universal Resource Locator (URL) of the soap.client.props file. Specify the configuration URL property if you want a program to read SOAP properties from this file. You can set the property by using one of the following options:

Security context provider

Specifies the Secure Sockets Layer (SSL) implementation to use between the Application Server and the SOAP client. You can specify either IBM Java Secure Sockets Extension Secure Sockets Layer or IBM Java Secure Sockets Extension that has undergone Federal Information Processing Standards certification Welcome to Security.

You can set the property by using the soap.client.props file.

Property com.ibm.ssl.contextProvider
Data type String
Valid Values
IBMJSSE
IBMJSSEFIPS
Default IBMJSSE

Secure Sockets Layer (SSL) security

Use this property to enable SSL security between Application Server and the SOAP client. You can set the property by using one of the following options:

SOAP and RMI connector properties

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

Connector type

Specify a connector type of SOAP or RMI, depending on whether Application Server connects to a SOAP server or an RMI server. You can set the property by using one of the following options:

Host

Use the host property to specify the host name or the IP address of the server to which Application Server connects. The server can be a SOAP server or an RMI server. You can set the property by using one of the following options:

Port

Use the port property to specify the port number of the server to which Application Server connects. The server can be a SOAP server or an RMI server. You can set the property by using one of the following options:

User name

Specifies the user name that Application Server uses to access the SOAP server or the RMI server. You can set the property by using one of the following options:

Password

Specifies the password that Application Server uses to access the SOAP server or the RMI server. You can set the property by using one of the following options:


Related tasks
wsadmin scripting environment
Managing using command line tools



Searchable topic ID:   RagtRconnectorCustomp
Last updated: Jun 21, 2007 4:55:42 PM CDT    WebSphere Application Server Network Deployment, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.websphere.nd.doc/info/ae/ae/ragt_rconnector_customp.html

Library | Support | Terms of Use | Feedback