Platform Framework
R24 AMR | Min(s) read

TAFJ on Multiple Servers

This section describes the installation procedure of TAFJ on multiple servers. You need to setup the port range for each server and ensure that no port ID is repeated on other servers.

You need to configure the following property of each server in their properties file: temn.tafj.runtime.port.range

# set the port range of the system
#
#ie : temn.tafj.runtime.port.range = 10-45,76,89,2,130-150
temn.tafj.runtime.port.range				=

Alternatively, you can set the following property to retrieve a unique port number from the database. This queries a sequence named SEQ_UNIQUE_ID from the database. It should be mentioned that this uniqueID is valid only until Java’s Max Value of Integer (2,147,483,647), at which point the sequence will be dropped and recreated again.

temn.tafj.runtime.port.database = true

In this topic

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 5:14:05 PM IST