NextGen Knowledge Center

Install Custom JAR Files Into the server-launcher-lib Folder

  1. Create a zip file containing all the JAR files that you wish to install.
  2. Upload the created zip file into S3. The file must be accessible by your ECS cluster. Note the Object URL of the file in S3.
  3. Include the following environment variables in your ECS configuration:
    • CUSTOM_JARS_DOWNLOAD - The S3 Object URL of the zip file containing your custom JARs. This file will be downloaded into the container and the JARs will be installed into the server-launcher-lib folder.
    • ALLOW_INSECURE - Allow the insecure SSL connections when downloading files during startup. This applies to keystore downloads, plugin downloads, and server library downloads.