Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Before You Install
  4. Data Archive Installation
  5. Data Vault Installation
  6. Application Accelerator Installation
  7. Application Retirement for Healthcare Accelerator Installation
  8. Salesforce Accelerator Installation
  9. After You Install
  10. Data Archive Upgrade
  11. Data Vault Upgrade
  12. Upgrading Oracle History Data
  13. Upgrading PeopleSoft History Data
  14. ILM Data Validation Option Setup
  15. Data Archive Source and Target Database Requirements
  16. Data Archive Connectivity
  17. Data Archive Uninstallation
  18. SAP Application Retirement
  19. Database Users and Privileges
  20. Data Visualization Designer Installation
  21. Data Archive Installation Requirements Checklist and Architecture Options

Installation and Upgrade Guide

Installation and Upgrade Guide

Configuring Embedded Tomcat for HTTPS

Configuring Embedded Tomcat for HTTPS

You can configure the embedded Tomcat server to use HTTPS connections.
  1. Create a certificate key store on the computer running Tomcat.
    Run the following command:
    keytool -genkey -alias <Alias Name> -keyalg RSA - keystore /path/to/my/keystore
  2. Uncomment the following properties in the conf.properties file:
    • informia.sslEnabled
    • informia.sslKeystoreFile
    • informia.sslKeystorePass
    • informia.isKeyStorePassEncrypted
  3. Open encryptPassword.sh in a UNIX environment or encryptPassword.bat in a Windows environment. This file is located in the same directory as the conf.properties file.
  4. Paste the keystore password in the encryptPassword file.
  5. Save and run the encryptPassword file to encrypt the keystore password.
    The run-encryptPassword task returns an encrypted password.
  6. Copy the encrypted password and paste in the value section of the informia.sslKeystorePass property.
    informia.sslKeystorePass=<encrypted keystore password>
  7. Assign the following values to the uncommented properties:
    • informia.sslEnabled=Y
    • informia.sslKeystoreFile=<path of the keystore file>
    • informia.isKeyStorePassEncrypted=true
  8. Restart startApplimation.sh or startApplimation.bat.

0 COMMENTS

We’d like to hear from you!