Configuring Outbound for SSL-Enabled QXOUI AppServer
To configure QXtend Outbound for SSL-enabled QXOUI AppServer:1 Locate and open the environmentmanager.xml file at TOMCAT_HOME/webapps/<QXO webapp>/WEB-INF/conf.
2 Specify the following parameters basing on the type of connection between qxoui AppServer and QXO web application. For example:
<!-- Indicate if connection to Appserver is using SSL -->
<param name="secureConnect" value="true"/>
<!-- The Public Key Location which contains the certs directory -->
<param name="publicKeyLocation" value="/progress/dlc11"/>
Public Key Location is the location that contains the certs directory. In the above example, the Public Key psccerts.jar resides in /progress/dlc11/certs, which is $DLC/certs in the environment.
3 Restart the QXO web application.