diff options
author | Varun Gudisena <vg411h@att.com> | 2017-08-31 10:56:56 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-08-31 10:57:12 -0500 |
commit | acc3ce02997219825091a2e4ed7fd493f2d440b2 (patch) | |
tree | de1db5979894f0dadd6752ae1841fdeb743a5830 /bundleconfig-local/README.txt | |
parent | 3306e2f9cc17833d5816936e0ea2973d9013b00e (diff) |
Revert package name changes
Reverted package name changes to avoid any potential issues. Renamed maven
group id only.
Issue-id: DMAAP-74
Change-Id: I4ca4537d48e5723b2939148e5bd83645ee20dd30
Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'bundleconfig-local/README.txt')
-rw-r--r-- | bundleconfig-local/README.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bundleconfig-local/README.txt b/bundleconfig-local/README.txt new file mode 100644 index 0000000..6631ffb --- /dev/null +++ b/bundleconfig-local/README.txt @@ -0,0 +1,11 @@ +The bundleconfig-local directory contains the necessary configuration files to be used for running locally. When running +locally, the "mvn -P runLocal" or the "mvn -P runAjsc" profiles will be using this bundleconfig-local directory as the AJSC_CONF +directory. When deploying to a CSI env, the bundleconfig-csi directory will be copied to the ultimate installation/bundleconfig +directory and will be used for your AJSC service once installed. If you are not deploying to a CSI env, please look at the +antBuild/build.xml file for help in some simple copying of the appropriate folders/files for a NON-CSI env. + +For more information on these files, please goto wiki link: http://wiki.web.att.com/display/ajsc/Configuration+Opportunities+within+the+AJSC + +The ajsc-shared-config directory houses the shared configurations that will be used in CSI envs. This includes the logging +functionality of the logback.xml and some csm related artifacts that may be necessary to use while running locally. +When running locally, the system property, "AJSC_SHARED_CONFIG", will point to this location to utilize the logback.xml.
\ No newline at end of file |