RMsis Configuration

Please note that

  • HTTPS and reverse proxy support is available from RMsis 1.3.0-r.29 onwards
  • JIRA Internal URL feature is available from RMsis 1.4.0-r34 onwards.
  • JVM memory limits can be specified from RMsis 1.5.1-r68 onwards.

RMsis Default Configuration

  • By default, RMsis works on port 3060, with Reverse proxy disabled.
  • If you wish, you can change port number by clicking on "RMsis Configuration" option in "RMsis Tab" in Jira menu bar.

JVM Memory Configuration

  • User has an option to specify the Minimum and Maximum memory used by the JVM.
  • 256 MB and 512 MB are the minimum acceptable limits here.

HTTPS Configuration

If HTTPS is selected, RMsis will ask for "Key Alias", "Keystore File" and "Keystore Password", where

  • Keystore Type: The type of keystore file to be used for the server certificate. Tomcat operates only on JKS, PKCS11 or PKCS12 format keystores
  • Key Alias:The alias used for the server certificate in the keystore.
  • Keystore File: The pathname of the keystore file where you have stored the server certificate to be loaded.
  • Keystore Password:The password used to access the specified keystore file.

Reverse Proxy Configuration

Reverse Proxy can be configured for RMsis Server by checking the Enable Reverse Proxy Settings. You will need to provide the following information:
  • Proxy Scheme: The scheme on which the proxy server is running. It can be either http or https.
  • Proxy Host Name: Fully qualified host name or ip address of the proxy server. 
  • Proxy Port: The port number configured on the Reverse Proxy for RMsis.
After configuring reverse proxy, RMsis will create the proxy base url as:  <Proxy Scheme>://<Proxy Host Name>:<Proxy Port>/rm