14.4 Save Jetty Settings

If you ever modified the Jetty configuration settings on the existing PTM Appliance, your custom settings will be lost when you replace the Appliance during upgrade. Copy the settings to a location on Disk 2 (/vastorage), or make a note of the settings so you can re-configure them after the upgrade.

To copy the Jetting configuration settings:

  1. Enable SSH on the PTM Appliance.

    See Enabling or Disabling the SSH Service

  2. From your management computer, start an SSH session for ptm-ipaddr-or-dns-name on port 22, then log in as the root user to the Appliance.

    You can use any SSH tool, such as Putty.

  3. Save a copy of the /opt/microfocus/ps_transform_mgr/tm-jetty-base/start.d/ssl.ini file, or make a note of the Jetty keystore settings for the following parameters. The default values for PTM are shown here. Your settings might be different if you have ever made changes to the Jetty keystore using the appropriate keytool software. You will need to reset these keystore settings after the upgrade. Changeit is the actual password value in this example.

    # Setup a keystore and truststore
    jetty.keystore=certs/keystore
    jetty.truststore=certs/keystore
    
    # Set the passwords.
    jetty.keystore.password=changeit
    jetty.keymanager.password=changeit
    jetty.truststore.password=changeit
  4. Continue preparing for upgrade with the next task in Table 14-1, Checklist for Preparing to Upgrade the PTM Appliance.