Previous Topic: Installing Tuxedo and JoltNext Topic: Enabling Tuxedo Servers for Java Client Access


Adding JSL and JREPSVR

The GROUPS and the SERVERS sections in the UBBCONFIG file must be modified to add two new servers called the Jolt Server Listener (JSL) and the Jolt Repository Server (JREPSVR).

Sample UBBCONFIG File

…
*GROUPS
#Jolt related Groups.
JSL_GROUP GRPNO=4
REPSVR_GROUP GRPNO=5
…
*SERVERS
…
#Jolt related Servers
JSL
  SRVGRP=JSL_GROUP
  SRVID=21
  RQADDR=JSL_Q
  REPLYQ=Y
  CLOPT="-A -- -n//jslHostName:jslPortNumber"

JREPSVR
  SRVGRP=REPSVR_GROUP
  SRVID=21
  RESTART=Y
CLOPT="-A -- -W -P RepositoryFileName"
…