blob: a915213caa30deefb84309f1c94699d9fd18043e [file] [log] [blame]
Varun Gudisenaacc3ce02017-08-31 10:56:56 -05001The bundleconfig-local directory contains the necessary configuration files to be used for running locally. When running
2locally, the "mvn -P runLocal" or the "mvn -P runAjsc" profiles will be using this bundleconfig-local directory as the AJSC_CONF
3directory. When deploying to a CSI env, the bundleconfig-csi directory will be copied to the ultimate installation/bundleconfig
4directory and will be used for your AJSC service once installed. If you are not deploying to a CSI env, please look at the
5antBuild/build.xml file for help in some simple copying of the appropriate folders/files for a NON-CSI env.
6
Varun Gudisenaacc3ce02017-08-31 10:56:56 -05007The ajsc-shared-config directory houses the shared configurations that will be used in CSI envs. This includes the logging
8functionality of the logback.xml and some csm related artifacts that may be necessary to use while running locally.
9When running locally, the system property, "AJSC_SHARED_CONFIG", will point to this location to utilize the logback.xml.