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.
- Install standalone Quantum Fabric on multiple nodes with Tomcat pointing to the same database.
- In the
accounts.properties
file, configure theWAAS_BASE_URL
with the load balancer URL for all the nodes. - In the
accounts.properties
file, configure theACCOUNTS_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/
- Path for the
- In the
config.properties
file, configure theKONY_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/
- Path for the
- 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/
- Path for the
- Configure the
workspaceservice.key
value with the same value in all nodes.
Path for theworkspaceservice.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.