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