The first step to installing the CGIN resource adaptor is to configure the deployment file.
Modify deploy.properties
Modify the file $CGIN_CONNECTIVITY_PACK_HOME/deploy.properties
, using the following variables:
Variable | Variable usage and description | Example |
---|---|---|
client.home |
absolute path to a Rhino client installation; by default, this is set to assume that the CGIN connectivity pack was unpacked within an installed Rhino instance |
client.home=${user.home}/RhinoSDK/client |
cginra.properties |
properties to use when deploying the CGIN RA; by default, this uses a simulated TCAP configuration |
cginra.properties=​stack=​signalware,​signalware.​backends=turbine2:20146 |
Both properties must be set. |
The default deployment properties are:
# Configuration settings for deployment done by ant script deploy.xml # client.home is the absolute path to the Rhino client installation. # As released, this assumes that the CGIN connectivity pack has been # installed as a subdirectory of the Rhino install. # If that assumption is not correct, change this property to the right path. client.home=${cgin.basedir}/../client # The entity name used by the CGIN RA. cginra.entityname=cginra # cginra.properties contains the resource adaptor entity configuration properties # that should be used to initialize the CGIN RA. # # Examples are provided for the OCSS7, Signalware and Simulated TCAP stacks. # # Only one of the following is required. # The Simulated TCAP stack. cginra.properties=stack=tcapsim,tcap-variant=ITU,local-sccp-address="type=C7,ri=pcssn,pc=2,ssn=102",\ tcapsim.listen-addresses=localhost:10102,tcapsim.remote-addresses=localhost:10101,tcapsim.sctp-stack=tcp # The Signalware TCAP stack. #cginra.properties=stack=signalware,tcap-variant=ITU,\ # signalware.backends=turbine2:20146 # The OCSS7 TCAP stack. #cginra.properties=stack=ocss7,tcap-variant=ITU,local-sccp-address="type=C7,ri=pcssn,pc=2,ssn=102",\ # ocss7.sgcs=localhost:12201