soap.client.props

 


###############################################################################
#
#                             JMX SOAP Connector Client Properties File
#
#  This file contains properties that are used by the JMX SOAP Connector Client
#  of the WebSphere Application Server product. SOAP Connector executes on WebSphere 
#  java servers and client systems with java applications that access WebSphere servers.
#
#  ** Encoding Passwords in this File **
#
#  The PropFilePasswordEncoder utility may be used to encode passwords in a
#  properties file. To edit an encoded password, replace the whole password
#  string (including the encoding tag {...}) with the new password and then
#  encode the password with the PropFilePasswordEncoder utility. Refer to
#  product documentation for additional information.
#
###############################################################################

#------------------------------------------------------------------------------
# SOAP Client Security Enablement
#
# - security enabled status  ( false[default], true  )
#------------------------------------------------------------------------------
com.ibm.SOAP.securityEnabled=false

# JMX SOAP connector identity
com.ibm.SOAP.loginUserid=
com.ibm.SOAP.loginPassword=

#------------------------------------------------------------------------------
# SOAP Request Timeout 
#
# - timeout             (specified in seconds [default 180], 0 implies no timeout)
#
#------------------------------------------------------------------------------
com.ibm.SOAP.requestTimeout=180

#------------------------------------------------------------------------------
# SSL Configuration
#
# - keyStore and trustStore                     (fully qualified path to file)
# - keyStorePassword and trustStorePassword     (string specifying password - encoded or not)
#------------------------------------------------------------------------------

com.ibm.ssl.keyStore=/opt/WebSphere/DeploymentManager/etc/DummyClientKeyFile.jks
com.ibm.ssl.keyStorePassword={xor}CDo9Hgw\=
com.ibm.ssl.trustStore=/opt/WebSphere/DeploymentManager/etc/DummyClientTrustFile.jks
com.ibm.ssl.trustStorePassword={xor}CDo9Hgw\=

#--------------------------------------------------------------------------------
#  URL protocol handler
#
# - stream protocol handler						(implementaion of URL handler for "https" URL protocol type)
#
#  Note: For IBM JDK, it must be com.ibm.net.ssl.internal.www.protocol.
#--------------------------------------------------------------------------------
java.protocol.handler.pkgs=com.ibm.net.ssl.internal.www.protocol


 

 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.