CONNX Data Integration Suite 14.8.0 | Installation Guide | Installation Steps | Installing Adabas SQL Gateway on UNIX | Editing the connxserver Shell Script
 
Editing the connxserver Shell Script
Modify the values in the connxserver script using no spaces between the equal sign (=) and the following value. Add new, defined variables to the export list.
################################################################
# ENVIRONMENT VARS
#
# CNXDIR =
Location of this shell script + the CONNX binaries
# CNXRUNPORT =
Default port (default=6500)
#
################################################################
CNXDIR=/home/cnxuser/connx
CNXRUNPORT=6500

export CNXDIR CNXRUNPORT