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.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 theVOLTMX_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 Volt MX Foundry Console from any of the nodes.
To view logs, refer to the log location folders specified in the Flyway placeholders configurations.