SOPERA Adapter 8.0 | webMethods SOPERA Adapter Documentation | webMethods SOPERA Adapter Installation and User’s Documentation | Installing webMethods SOPERA Adapter | Completing the Installation | Set SOPERA Specific Properties in the SOPERA Adapter Configuration File
 
Set SOPERA Specific Properties in the SOPERA Adapter Configuration File
*To set the properties in the sopera.config file
1. Navigate to the Integration Server_directory \packages\ WmSoperaAdapter \config directory.
2. Open the sopera.config file in a text editor.
3. Specify the properties as described in the following table:
Property
Description/Action
org.sopware.sbb.home
Required. Set to the home directory of the SOPERA SBB Library installation on the local system. For example, C:\SOPERA\ServiceBackbone
org.sopware.admintool.home
Set to the home directory of the SOPERA Admin Tool location on the local system. This parameter is required. For example, C:\SOPERA\AdminTool
org.sopware.transport.http.enable
Optional. Set the HTTP inbound transport for the SOPERA SBB Library. Valid values are:
*true Enables HTTP. This is the default value.
*false Disables HTTP.
org.sopware.transport.http.port
Optional. Set the HTTP inbound port for the SBB Library running on the Java VM. If you do not specify a value, the adapter will throw an error when you attempt to enable the adapter notification.
org.sopware.transport.https.enable
Optional. Set the HTTPS inbound transport for the SOPERA SBB Library. Valid values are:
*true Enables HTTPS.
*false Disables HTTPS. This is the default value.
org.sopware.transport.https.port
Optional. Set the HTTPS inbound port for the SOPERA SBB Library running on the Java VM.
org.sopware.transport.https.keystore
Optional. Set the file name of the keystore used by the SOPERA SBB Library for enabling the HTTPS transport.
org.sopware.transport.https.password
Optional. The password for accessing the keystore used by the SBB Library for enabling the HTTPS transport.
org.sopware.transport.https.clientauth
Optional. Set client authentication for the HTTP or HTTPS inbound transport. Valid values are:
*true Enables client authentication.
*false Disables client authentication. This is the default value.
Note:
You can remove or comment the optional properties in the sopera.config file. For details about these system properties, see the SOPERA configuration reference guide.
4. Save and close the file.