configuring remote messenger openedge wsa web services adapter

por | 16 mayo, 2011

# Set PROMSGS (if not set)
PROMSGS=${PROMSGS-$DLC/promsgs}; export PROMSGS

# Set the user working directory - this is a tailored value
WRKDIR=${WRKDIR-"/wrk"}; export WRKDIR

# option 1 using host_name and port_num
$DLC/bin/cgiip 192.168.32.20 3055

# option 2 using a service name defined in $DLC/ubroker.properties
#$DLC/bin/cgiip -i wsbroker1

# option 3 the "defaultService" defined in $DLC/ubroker.properties
# $DLC/bin/cgiip

# option 4 using a specific properties file name
# $DLC/bin/cgiip -i wsbroker1 -f ./mybroker.properties

# option 5 using a specific properties file name with the "defaultService"
# $DLC/bin/cgiip -f ./mybroker.properties