Sample configuration

This section provides a sample HTTPS listener configuration.

  1. Modify the listener property. See “Configuring listeners” on page 39 in Chapter 3, “Creating and Configuring Servers” of the EAServer System Administration Guide for instructions.

    Add a new listener with these settings:

    port=8001
    host=${host.name}
    securityProfile=default
    protocol=https 
    
  2. Add the new listener to the server.

  3. Associate a truststore and keystore files with the server (they can be the same file). Supported file types are JKS and PKCS12. See “Configuring JSSE” for instructions.

    See “Managing keys and certificates on EAServer” for information about managing the keystore.

  4. Restart the server.

Use the same procedure for associating an IIOPS listener with a server, except add a new IIOPS listener instead of HTTPS.