The following steps are required for a successful WebSphere installation:
Copy the sys-configuration-xmldata.xml file from the User Application install directory to a directory on the machine hosting the WebSphere server, for example /UserAppConfigFiles.
The User Application install directory is the directory in which you installed the User Application.
Set the path to the sys-configuration-xmldata.xml file in the JVM system properties. Log in to the WebSphere admin console as an admin user to do this.
From the left panel, go to
Click the server name in the server list, for example server1.
In the list of settings on the right, go to
under .Expand the link and select
.Under the list of
, select .Select
under the heading for the JVM page.Click
to add a new JVM system property.For the extend.local.config.dir.
, specifyFor the
, specify the name of the install folder (directory) that you specified during installation.The installer wrote the sys-configuration-xmldata.xml file to this folder.
For the path to sys-configuration-xmldata.xml.
, specify a description for the property, for exampleClick
to save the property.Click
to add another new JVM system property.For the idmuserapp.logging.config.dir
, specifyFor the
, specify the name of the install folder (directory) that you specified during installation.For the path to idmuserapp_logging.xml.
, specify a description for the property, for exampleClick
to save the property.The idmuserapp-logging.xml file does not exist until you persist the changes through .
Copy the eDirectory™ trusted root certificates to the machine hosting the WebSphere server.
The User Application installation procedure exports the certificates to the directory in which you install the User Application.
Import the certificates into the WebSphere keystore. You can do this by using the WebSphere administrator’s console (Importing Certificates with the WebSphere Administrator’s Console) or through the command line (Importing Certificates with the Command Line).
After you import certificates, proceed to Section 5.3, Deploying the WAR File.
Log in to the WebSphere administration console as an admin user.
From the left panel, go to
.In the list of settings on the right, go to
under .Select
(or the trust store you are using).Under
on the right, select .Click
.Type the Alias name and full path to the certificate file.
Change the Data type in the drop-down list to
.Click
. You should now see the certificate in the list of signer certificates.From the command line on the machine hosting the WebSphere server, run the keytool to import the certificate into the WebSphere keystore.
NOTE:You need to use the WebSphere keytool or this does not work. Also, be sure the store type is PKCS12.
The WebSphere keytool is found at /IBM/WebSphere/AppServer/java/bin.
The following is a sample keytool command:
keytool -import -trustcacerts -file servercert.der -alias myserveralias -keystore trust.p12 -storetype PKCS12
If you have more than one trust.p12 file on your system, you might need to specify the full path to the file.