WebBalancer / WebManager¶
WebManager User Guide¶
The AMI WebManager is a centralized server for deployments with multiple AMI Web Servers. Its purpose is to store and send requested layouts and preferences. The WebManager is used in conjunction with AMI Web Servers or the AMI WebBalancer. See the WebBalancer User Guide below for more details.
Setup for AmiWeb Manager¶
-
Download AMIOne
-
Navigate to the installation directory and open amione/config/local.properties
- If does not exist
local.properties
, manually create it inamione/config
- If does not exist
-
For a minimal configuration, add the following properties:
-
Additional configuration properties are:
For more details on the configuration properties, refer to the WebManager Configuration Properties.
Required Configuration for AMI Web Servers¶
Establishing a connection between an AMI Web Server and AMI WebManager will require additional configuration properties. To do so,
-
Navigate to the AMI Web Server installation directory and open
amione/config/local.properties
-
Add the following properties:
WebBalancer User Guide¶
The AMI WebBalancer is a server that routes users to various AMI Web Servers. The purpose of using the AMI WebBalancer is to distribute the web load across multiple AMI Web Servers. The AMI WebBalancer is usually setup along with an AMI WebManager, see the WebManager User Guide above for more information.
Setup¶
-
Download and Install AMIOne
-
Navigate to the installation directory and open amione/config/local.properties
- If not found local.properties, manually create it in amione/config
-
Add the following properties:
The routing file contains a list of rules for mapping IP addresses to AMI Web Servers.
Above is the minimal configuration for the AMI WebBalancer. For more details on configuration properties, refer to the WebBalancer Configuration Properties.
For more details on routing, refer to the WebBalancer.routes documentation.