Enabling Secure Communication Channels Using Command-Line Scripts
You can use CLI scripts to enable secure communication channels for the HTTP connector, external database, database authentication realm, and LDAP authentication realm.
HTTP Connector
Procedure
- Edit the data file for the HTTP connector. The file is located at TIBCO_HOME/administrator/version/scripts/edit-httpconnector-data.xml .
- From the command-line prompt, navigate to the TIBCO_HOME/administrator/version/scripts folder.
- Run the ant script ant -f bootstrap-edit-build.xml edit-httpconnector .
External Database
Procedure
- If moving from a different database, use the database specific migration tools to export or import existing data to the new database.
- Edit the data file for the application database. The file is located at TIBCO_HOME/administrator/version/scripts/edit-external-database-data.xml.
- From the command-line prompt, navigate to the TIBCO_HOME/administrator/version/scripts folder.
- Run ant script with command line ant -f bootstrap-edit-build.xml edit-external-database.
Database Authentication Realm
Procedure
- If moving from a different database, use the database specific migration tools to export or import existing data to the new database.
- Edit the data file for the database realm database. The file is located at TIBCO_HOME/administrator/version/scripts/edit-authrealm-external-database-data.xml.
- From the command-line prompt, navigate to the TIBCO_HOME/administrator/version/scripts folder.
- Run ant script with command line ant -f bootstrap-edit-build.xml edit-inprocess-database.
Copyright © Cloud Software Group, Inc. All rights reserved.