Enable Application Server Security and IIOP Connection

The following steps have to be completed to access IBM® WebSphere® Liberty with Application Server Security enabled. To use this example with other application servers, read the corresponding documentation. Execute the following steps and restart the broker:
  • To use JSR160 RMI connectors, copy the sas.client.props file from the AppServer/ profiles/profileName/properties directory and put it in a directory of your choice.
                com.ibm.CORBA.validateBasicAuth=false
                com.ibm.CORBA.securityServerHost=localhost
                com.ibm.CORBA.securityServerPort=2809
                com.ibm.CORBA.loginSource=none
  • Copy the ssl.client.props file from the AppServer/profiles/profileName/properties directory and put it in a directory of your choice. This file contains the user.root property. You must modify the value to your thin client directory. This file refers to a key store, copy it from your application server or create a new one and import the application server certificate.
  • Copy the orb.properties file from the AppServer/properties directory and put it in a jre directory of your broker. For example, on the Windows operating system use the C:\Program Files\IBM\MQSI\8.0.0.2\jre16\lib directory.

For more information refer to the Using the Administration Thin Client topic in the IBM WebSphere Liberty documentation.