Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • To run RMsis Server on https, select the option https from "Specify RMsis Server scheme". 
  • After selecting https, 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.

Image Modified

  • Reverse Proxy can also be configured for RMsis Server by checking the Enable Reverse Proxy Settings.
  • RMsis will ask for "Proxy Scheme", "Proxy Host Name" and "Proxy Port", where
    • Proxy Scheme: The scheme on which the proxy server is running, can be either http or https.
    • Proxy Host Name: The host name or ip address of the proxy server. 
    • Proxy Port: The port number, on which the proxy server is running.
After configuring reverse proxy, RMsis will use the proxy base url as: <Proxy Scheme>://<Proxy Host Name>:<Proxy Port>/rm
 
Image Modified

Step 6 : Deploy RMsis

...