Application Arguments

You specify a list of system arguments to append to the command that starts the application. Application Argument Properties describes properties for creating deployment environment variables.

Table 1. Application Argument Properties
Property Description
application.configuration.args A list of strings to append to the end of the command line arguments passed to application.

The following example shows usage of the -D option to specify a value of some_value for mySystemProperty.

chf:
  configuration:
    args:
      - -DmySystemProperty=hello