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

All the servers have a NFS or MAP to a shared HDD where TAFJ is installed. No Need to setup any port range. All servers shares the UID (unique ID file).

Each servers have a HDD file system where TAFJ is installed. You need to setup for each TAFJ a port range. Each servers will have his own UID (unique ID file).
In this topic