Page History
...
In the following example the JSM client program connects to a pool server address instead of the JSM server address.
CHANGE FIELD(#JSMSRV) TO('''LOCALHOST:4562''')
USE BUILTIN(JSM_OPEN) WITH_ARGS(#JSMSRV) TO_GET(#JSMSTS #JSMMSG)
The following manager.properties entries control the pool server address and port. If no pool server interface is required comment out these entries in the manager.properties file:
...
# pool.tcp.port=4562
...
# pool.tcp.backlog=100
...
# pool.tcp.timeout=2000
...
# pool.tcp.interface=*all
...
# pool.hosts=HOST1:4560,HOST2:4560,HOST3:4560
The pool server uses the tcp.client.address property to control client connections.