About this task
All of the application servers in the cluster
will deploy exactly the same form of the Sterling Configurator Visual Modeler Web application
in them. Typically, there are some configuration settings that must
be set at the application server level: for example, cron job settings
that determine whether application cron jobs run on the cluster member.
To set these:
Procedure
- Log in to the Deployment Manager UI.
- Click Application Servers.
- For each application server in the cluster,
repeat these steps:
- On the Application Servers page, click
the link to the application server.
- Under Additional Properties, click Process Definition.
- Under Additional Properties, click Java Virtual Machine.
- In the Generic JVM arguments text field,
enter the application server properties as appropriate. You only have
to do this for properties whose value must be different from that
set in the deployed Web application.
For example, to specify that application and system cron jobs should
be run on this application server, enter:
-DComergent.Cron.cronApps=both
To specify a ServerId value, enter:
-DDataServices.General.ServerId=12
- Click OK.
- Once you have completed this step for all
members of the cluster, then Save these changes to the master configuration.
- Stop and then restart the cluster.