Downloading Application Configuration

After the application configuration is completed, you can download the application configuration as a .zip file from the Download Configuration tab.

Before You Begin Before downloading the configuration, you must complete the required configuration with all dependencies resolved. The download configuration option is enabled only if all the required configuration is completed. You can view the configuration, even when it is in progress.
    Procedure
  1. Click the Download Configuration tab.

  2. Use the toggle to generate configuration in full or brief format.

    • In the full format, all available fields of each entity are provided in the configuration file, though some of the fields may have a null value.

    • In the brief format, only the required fields and the fields, which are different from the default values are provided in the configuration file.

  3. (Optional) Verify the configuration before downloading it by clicking View Configuration. The format of the generated configuration is full or brief depending on the option you have selected in the previous step.

    Note: If you click View Configuration and save the configuration file from the browser, the file is saved with the underscore (_) instead of dot (.) in the application name. For example, if application name is com.tibco.sample.bookstore, then the file is saved with the name com_tibco_sample_bookstore.
  4. Select one of the following options from the drop-down list:
    • DAA with Configuration File: The downloaded .zip file contains application DAA, YAML file, JVM configuration (YAML), and Log4j configuration file.
    • Only Configuration File: The downloaded .zip file contains only configuration YAML file, JVM configuration (YAML), and Log4j configuration file.
    • Only DAA: The downloaded .zip file contains only application DAA.
  5. Click Download.
Result

The .zip file containing configuration files is downloaded to your machine.

  • The name of the .zip file is [Application name]_[Timestamp].zip.
  • The name of the application configuration YAML file that is downloaded is <Application Name>.config.yaml.
  • The name of the Log4j configuration file that is downloaded is node-log4j.xml.

  • The name of the node parameters file is node_jvm_parameters.config.yaml.If you have uploaded the Log4j configuration file with any custom name, the downloaded Log4j file will be node-log4j.xml.

If you have set the default Log4j configuration and node JVM parameters for Application Configurator and do not modify them in the Application Configurator, then the default Log4j configuration file and node JVM parameters file are downloaded as part of the .zip file.

If you have uploaded the keystore files to Application Configurator, the .zip file contains "certs" folder with used keystore files.

Note: If the uploaded application DAA contains already configured Keystore resource template, the keystore file is not downloaded in the .zip file.

Committing Files to Git Repository

If you have initialized configuration from the Git repository, you can commit the files by using the Commit Files button. For more information, see Integrating with Git.