Configuring the IBM® JRE to talk to a secured WebSphere Application Server

You must follow the steps in this topic if you want to use the Web services wizard to retrieve an HTTPS WSDL or if you want to use the Web Services Explorer against a secured v6.1 WebSphere® Application Server.
To configure your JRE to accept the WebSphere Application Server v6.1 certificate:
  1. Launch the ikeyman tool from your eclipse JRE. This is located in the following location within your install directory: eclipse_install_dir\jre\bin\ikeyman.exe
  2. Click the Open a key database file icon:
    screen capture of the "open a key database file" icon
  3. In the window that opens, click Browse and locate the DummyClientTrustFile.jks in your WebSphere Application Server v6.1 profile. The default location may be similar to WAS_INSTALL_DIR\AppServer\profiles\AppSrv01\etc\DummyClientTrustFile.jks. Click OK when you have found the file.
    Screen capture of the DummyClientTrustFile.jks
  4. You will be prompted for a password. Enter WebAS.
  5. Select default_signer from the list of signer certificates and click Extract.
  6. Note the location and name of the certificate because it will be required in later steps. Click OK to save the file.
  7. Click the Open a key database file icon again, and browse to the Eclipse JRE cacerts. This file is located here: eclipse_install_dir\jre\lib\security\cacerts.
  8. When prompted for a password enter changeit.
  9. Click Add, and browse to the file that you saved earlier. You may have to set the file types field to All Files. Click OK when the correct file has been selected in the Open window.
  10. Enter a label for the certificate.
The JRE can now accept the server certificate automatically. Note that the certificate might restrict to the same host name on the certificate (this would be the host name including domain).

Feedback