Legacy platform

Running the agent server

The agent server utility starts the processing for transactions generated by time-triggered transactions (agents). You can start multiple instances of an agent server by running the script as many times as needed.

You can start the agent server script by running:
  • Windows<INSTALL_DIR>\bin\agentserver.cmd <server_name>
  • UNIXLINUX<INSTALL_DIR>/bin/agentserver.sh <server_name>
Note: Agent and integration servers implement their own, self-managing connection pools. However, the following two properties in the <INSTALL_DIR>/properties/jdbc.properties file define the minimum and maximum number of connections:
  • <databasePool>.initsize - Initial size of the database pool. This is the minimum number of database connections to keep in the pool.
  • <databasePool>.maxsize - Maximum size of the database pool. This is the maximum number of connections to keep in the pool.

For more information about database pool properties, read the commented descriptions in your jdbc.properties file.