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


Appendix A Command Reference : -createApp

-createApp
Synopsis
bcappmanage -createApp
Description
This task is equivalent to the step Create Deployment Configuration invoked from the TIBCO BusinessConnect GUI, which creates the TIBCO BusinessConnect application that can be managed from TIBCO Administrator.
Options
-domain <domain name> [-user <domain user> -pw <domain password> | -cred <domain cred_file>]
administration domain name and credentials. Either user/password or credential file location should be specified. See Credentials File.
{ -configRepoURL [<props_file_url> | <jdbc_url>] }
Optional URL to property file specifying configuration repository connection parameters or a standard JDBC URL
If specifying a property file URL, the syntax is file://<file location>, ex file://c:/temp/config.properties.
(default = file://./commonConfig.properties)
{ -configRepoUser <user> -configRepoPw <password> }
Optional configuration repository user and password. It must be specified if the configRepoURL parameter is a JDBC URL, or if they are not specified in the connection properties file
Example
Create the Single Server deployment configuration for the administrative domain default-lt using the configuration connection parameters from a Java properties file other than default.
bcappmanage -createApp -domain default-lt -cred c:/temp/cred.properties -configRepoURL file://c:/temp/config.properties
Dependencies
-importConfigRepo

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