How to Configure Volt MX Foundry on Tomcat Multinode
In case of Tomcat multinode, configure the additional settings in each of the Tomcat node.
To install Volt MX Foundry Console on Tomcat multinode, follow these steps:
Important: Install Volt MX Foundry Console in different boxes pointing to same database before configuring the VoltMX Foundry Get started! page. For more details, refer to How to Get started with Volt MX Foundry Console.
- Install standalone Volt MX Foundry on multiple nodes with Tomcat pointing to the same database.
- In the
accounts.propertiesfile, configure theWAAS_BASE_URLwith the load balancer URL for all the nodes. - In the
accounts.propertiesfile, configure theACCOUNTS_ENCRYPTION_KEYvalue with the same value as in all nodes.- Path for the
accounts.propertiesfile:
<Installer Folder>/tomcat/webapps/accounts/WEB-INF/classes/
- Path for the
- In the
config.propertiesfile, configure theVOLTMX_ACCOUNT_API_BASE_URLwith the load balancer URL for all the nodes.- Path for the
config.propertiesfile:
<Installer Folder>/tomcat/webapps/mfconsole/WEB-INF/classes/
- Path for the
- Configure the
Authservice.keyvalue with the same value in all nodes.- Path for the
authservice.keyfile:
<Installer Folder>/tomcat/webapps/authService/WEB-INF/classes/
- Path for the
- Configure the
workspaceservice.keyvalue with the same value in all nodes.
Path for theworkspaceservice.keyfile:
<Installer Folder>/tomcat/webapps/workspace/WEB-INF/classes/
Now that the Tomcat multinode setup is complete, you can access Volt MX Foundry Console from any of the nodes.
To view logs, refer to the log location folders specified in the Flyway placeholders configurations.