Previous Topic: Client-Side ChangesNext Topic: Environment Variables


Modifying the commcfg.properties File

JSL_NETWORK_ADDRESS is a variable in the file commcfg.properties. This must be changed to point to the host and the port on which the JSL is running. The commcfg.properties file is typically located in the InstallDir/Gen directory on the client system.

Sample commcfg.properties File

…
###############TUXEDO / JOLT###############
#
# The commcfg.properties file can be used to set the Jolt System Network Address
# (JSL_NETWORK_ADDRESS) to point to the Remote System & Port Number hosting 
# the JSL.
#
# This value in turn can be overridden by modifying the Security Exit that is
# invoked prior to the flow.
#
###########################################
JSL_NETWORK_ADDRESS=//localhost:portNumber
…
where localhost can be in IPv4 or IPv6 format.