![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Applications built using the TIBCO Adapter SDK use a locator string to specify their application data’s repository location and other properties. The locator string is also used by repository management tools (see Chapter 6, Command Line Utilities), TIBCO BusinessWorks engines, and other TIBCO products.In case of a TIBCO Rendezvous transport, the locator string begins with tibcr:// or tibcr@, followed by the instance name. In addition, the optional properties listed in Table 8 are supported. Each property is separated by a colon.
TIBCO Rendezvous rvd daemon value. TIBCO Rendezvous rvd service value. TIBCO Rendezvous rvd network value.
• CLIENT_USAGE_DONT_CARE—Client reads until update, then switches to write. This is the default.
• CLIENT_USAGE_READ_ONLY—Client is not allowed to do updates.
• CLIENT_USAGE_READ_WRITE—Client can do both reads and updates. Encryption can be performed explicitly by running the obfuscate tool in TIBCO_HOME\tra\version\bin. The tool obfuscates all values starting with #!.For example, if a file contains this value: repo.serverPassword=#!RepoTestServerPassSee the TIBCO Runtime Agent Installation guide for additional information.In case of HTTPS transports (HTTP over Secure Socket Layer) the locator string begins with https://.The host name and port number are followed by the instance name, which is preceded by a question mark (?), for example, http://host:8080/?inst1Optionally, administrator/repo may be included as part of the instance name, for example, http://host:8080/administrator/repo/?inst1
HTTPS-specific properties should be placed in a property file and that file should be specified using "urlFile=". If you do not wish to specify HTTPS validation properties, urlFile is not a required property for HTTPS.
• CLIENT_USAGE_DONT_CARE—Client reads until update, then switches to write. This is the default.
• CLIENT_USAGE_READ_ONLY—Client is not allowed to do updates.
• CLIENT_USAGE_READ_WRITE—Client can do both reads and updates. Encryption can be performed explicitly by running the obfuscate tool in TIBCO_HOME\tra\version\bin. The tool obfuscates all values starting with #!.For example, if a file contains this value: repo.serverPassword=#!RepoTestServerPassSee the TIBCO Runtime Agent Installation guide for additional information."http://host:8080?myInst&userName=ann&timeout=4000""http://host:8080/administrator/repo?myInst&userName=ann&timeout="https://host:8443?myInst&urlFile=httpsProps.ini""https://host:8443/administrator/repo?myInst&server=s1&userName="https://host:8443/administrator/repo?myInst&urlFile=
Password for the certificate specified by trustedCerts. This property is not relevant for C++ repository clients.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |