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. MongoDB Accelerator Installation
  9. Salesforce Accelerator Installation
  10. After You Install
  11. Data Archive Upgrade
  12. Data Vault Upgrade
  13. Upgrading Oracle History Data
  14. Upgrading PeopleSoft History Data
  15. ILM Data Validation Option Setup
  16. Data Archive Source and Target Database Requirements
  17. Data Archive Connectivity
  18. Data Archive Uninstallation
  19. SAP Application Retirement
  20. Database Users and Privileges
  21. Data Visualization Designer Installation
  22. 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!