How to Configure Quantum Fabric on Tomcat Multinode

In case of Tomcat multinode, configure the additional settings in each of the Tomcat node.

To install Quantum Fabric Console on Tomcat multinode, follow these steps:

IMPORTANT:  Install Quantum Fabric Console in different boxes pointing to same database before configuring the Quantum Fabric Get started! page. For more details, refer to Hot to Get started with Quantum Fabric Console.

  1. Install standalone Quantum Fabric on multiple nodes with Tomcat pointing to the same database.
  2. In the accounts.properties file, configure the WAAS_BASE_URL  with the load balancer URL for all the nodes.
  3. In the accounts.properties file, configure the ACCOUNTS_ENCRYPTION_KEY value with the same value as in all nodes.
    • Path for the accounts.properties file:
      <Installer Folder>/tomcat/webapps/accounts/WEB-INF/classes/
  4. In the config.properties file, configure the  KONY_ACCOUNT_API_BASE_URL  with the load balancer URL for all the nodes.
    • Path for the config.properties file:
      <Installer Folder>/tomcat/webapps/mfconsole/WEB-INF/classes/
  5. Configure the Authservice.key value with the same value in all nodes.
    • Path for the authservice.key file:
      <Installer Folder>/tomcat/webapps/authService/WEB-INF/classes/
  6. Configure the workspaceservice.key value with the same value in all nodes.
    Path for the workspaceservice.key file:
    <Installer Folder>/tomcat/webapps/workspace/WEB-INF/classes/

Now that the Tomcat multinode setup is complete, you can access Quantum Fabric Console from any of the nodes.

To view logs, refer to the log location folders specified in the Flyway placeholders configurations.