AMS supports adding resource directories to the Java classpath to allow files in these directories to be found as resource files, such as AMS configuration files.
Use the --resourcedirectory command option to specify one or more resource directories.
The following examples demonstrate resource directory usage. Long lines wrap to the next for clarity.
This example starts AMS with one additional resource directory:
./ams-server --resourcedirectory /app-data/ams/conf
This example starts AMS with multiple resource directories:
./ams-server --resourcedirectory /app-data/ams/conf --resourcedirectory /app-data/ams/keystores