Install Custom JAR Files Into the server-launcher-lib Folder
- Create a zip file containing all the JAR files that you wish to install.
- 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.
- 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.