Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Command Reference : -createGatewayToken

-createGatewayToken
Synopsis
bcappmanage -createGatewayToken
Description
This command is used to create a Gateway Server token. The Gateway Server container reads a Gateway Server token to start establishing a secure trusted connection with the Interior Server.
The Gateway Server token allows for a secure configuration of a management port and the DDTP port. It defines the communication of the Gateway Server: the default settings given in General Settings are overwritten by the data in the Gateway Server token. It also defines policy control and validates policies upon startup.
Options
- configRepoURL
The TIBCO BusinessConnect repository URL, mandatory
- configRepoUser
The TIBCO BusinessConnect repository user, mandatory
- configRepoPw
The TIBCO BusinessConnect repository password, mandatory
- name
Token name, optional
- desc
Optional description of the token
- managementPort
Optional management port for monitoring, defaults to 11000.
- dataPort
Optional data port used for streaming data transfer, defaults to 12000.
- publicBinding
Optional public binding address set in the token for transport listeners.
- systemBinding
Optional system binding address set in the token for internal management and streaming data transfer.
- jmsJndiUrl
Optional URL set in the token for communication with the EMS Server from the Gateway Server.
-exportPath
Optional export file path. The default is ./securetoken.dat.
- overwrite
Optional flag indicating to overwrite an existing token file.
Example:
Create a Gateway Token for the TIBCO BusinessConnect configuration repository URL jdbc:oracle:thin:@host:1521:orcl and the user Joe. The password for this URL and user is changeme, the token name is token1, and the rest of the data is also entered for the management port (13000), data port (14000) and for the export path of the token (c:\temp\token1.dat).
bcappmanage -createGatewayToken -configRepoURL jdbc:oracle:thin:@10.100.100.10:1521:orcl -configRepoUser joe -configRepoPw changeme -name token1 -managementPort 13000 -dataPort 14000 -exportPath c:/temp/token1.dat

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved