hciallowlist

Use this command to automatically allowlist all your custom jar files when you upgrade your sites or make changes to your jar files. This is also necessary for class files.

For example, FHIR Bridge has numerous jar files that must be added during installation. This can be run as a script instead of listing all of the files. This is available on all platforms.

Usage:

hciallowlist -s site -d directory -r r [-l log_file_path] [-h | -help]

Where:

  • -s site specifies a site. The jar/class allowlist works on this site. This is required.
  • -d directory specifies a directory folder. All jar/class files in this folder are added to the java allowlist. This is required.
  • -r r Attempts to recover the allowlist database to a previous state.
  • -l specifies the log file path.
  • -h or -help displays this help message.

This command line removes all existing Java allowlists that contain files in the specified folder or sub-folder.

This also scans the specified folder and its sub-folder. All jar and class files are added to the Java allowlist of a specified site.

Example:

hciallowlist -s helloworld C:\infor\test_folder -l C:\infor\addallowlist.log

This adds all jar and class files in C:\infor\test_folder and its sub-folder to the java allowlist of the “helloworld” site.