...
- Download and install the Apache Web Server software on a single machine that will serve as the Tomcat load balancer.
- Download and unzip as described in the chapter Downloading & Installing, on each machine participating in the cluster.
- Configure Apache to perform the required load balancing function
- Configure Tomcat. This configuration must be repeated for all tomcat server participating as a clustered form server.
...
- Follow the steps documented under Downloading & Installing to install a copy of on each machine.
- Edit <frevvo-home>/frevvo/tomcat/config/server.xmlin each installation to:
- Setup the AJP jvmRoute
- Uncomment the <Cluster> element
- Edit <frevvo-home>/frevvo/tomcat/bin/setenv.bat on windows or setenv.sh on linux to add cluster setenv parameters.
- Edit <frevvo-home/frevvo/tomcat/conf/Catalina/localhost/frevvo.xml
- Uncomment the <Manager> element for DeltaManager.
- Ensure that the form server's database configured in frevvo.xml is the same database used for ALL cluster nodes.
...