From c2e36b3d3bd5b150328dde2dd990350a02a2a70c Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Fri, 6 Apr 2018 17:20:11 +0100 Subject: Ensure that all properties are passed on start-up The System Properties KEY_STORE_PASSWORD and KEY_MANAGER_PASSWORD are now read from the environment and written to the configured system properties file. This prevents an error within AJSC on startup. Issue-ID: AAI-1006 Change-Id: Ie92cff0a24352ef162d25dd6d60c75f23d6bdfd7 Signed-off-by: mark.j.leonard --- bundleconfig-local/etc/sysprops/sys-props.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bundleconfig-local/etc/sysprops/sys-props.properties') diff --git a/bundleconfig-local/etc/sysprops/sys-props.properties b/bundleconfig-local/etc/sysprops/sys-props.properties index d8480b8..cce76a1 100644 --- a/bundleconfig-local/etc/sysprops/sys-props.properties +++ b/bundleconfig-local/etc/sysprops/sys-props.properties @@ -130,4 +130,6 @@ RESTLET_COMPONENT_REUSE_ADDRESS=true #AJSC_EXTERNAL_PROPERTIES_FOLDERS=__basedir__/ajsc-shared-config/etc #End of AJSC System Properties -#Service System Properties. Please, place any Service related System Properties below. \ No newline at end of file +#Service System Properties. Please, place any Service related System Properties below. +KEY_STORE_PASSWORD= +KEY_MANAGER_PASSWORD= -- cgit 1.2.3-korg