diff options
Diffstat (limited to 'bundleconfig-local/etc/sysprops')
-rw-r--r-- | bundleconfig-local/etc/sysprops/sys-props.properties | 6 | ||||
-rw-r--r-- | bundleconfig-local/etc/sysprops/template.sys-props.properties | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/bundleconfig-local/etc/sysprops/sys-props.properties b/bundleconfig-local/etc/sysprops/sys-props.properties index 957a4dd..3f89611 100644 --- a/bundleconfig-local/etc/sysprops/sys-props.properties +++ b/bundleconfig-local/etc/sysprops/sys-props.properties @@ -21,8 +21,7 @@ ############################################################################### #This file is used for defining AJSC system properties for different configuration schemes and is necessary for the AJSC to run properly. #The sys-props.properties file is used for running locally. The template.sys-props.properties file will be used when deployed -#to a SOA/CSI Cloud node. For more information, please goto wiki link: -#http://wiki.web.att.com/pages/viewpage.action?pageId=368909155 +#to a SOA/CSI Cloud node. For more information, #AJSC System Properties. The following properties are required for ALL AJSC services. If you are adding System Properties for your #particular service, please add them AFTER all AJSC related System Properties. @@ -37,7 +36,6 @@ authN=authentication-scheme-2 ajscPersistence=file # If using hawtio for local development, these properties will allow for faster server startup and usage for local development -# See wiki for more info on hawtio: http://wiki.web.att.com/display/ajsc/Camel+Route+Debugging+with+AJSC+-+hawtio hawtio.authenticationEnabled=false hawtio.config.pullOnStartup=false @@ -168,4 +166,4 @@ RESTLET_COMPONENT_REUSE_ADDRESS=true #100mb maxcontentlength=10000 msg_size_exceeds=Message size exceeds the default size. -forceAAF=false
\ No newline at end of file +forceAAF=false diff --git a/bundleconfig-local/etc/sysprops/template.sys-props.properties b/bundleconfig-local/etc/sysprops/template.sys-props.properties index 3ef53d3..8061bd4 100644 --- a/bundleconfig-local/etc/sysprops/template.sys-props.properties +++ b/bundleconfig-local/etc/sysprops/template.sys-props.properties @@ -22,7 +22,6 @@ #This file is used for defining AJSC system properties for different configuration schemes and is necessary for the AJSC to run properly. #The sys-props.properties file is used for running locally. The template.sys-props.properties file will be used when deployed #to a SOA/CSI Cloud node. Upon SOA cloud install, all of the "double underscore" variables will be replaced by SWM node variables. -#For more information, please goto wiki link: http://wiki.web.att.com/pages/viewpage.action?pageId=368909155 #For Cadi Authorization, use value="authentication-scheme-1" CadiAuthN=__AJSC_CADI_AUTHN__ @@ -38,7 +37,6 @@ logback.configurationFile=__LOGBACK_CONFIG_FILE__ # If using hawtio for local development, these properties will allow for faster server startup and usage for local development. # You may wish to deploy hawtio.war to dev/test environments to help debugging as well, but should not be used in PROD env. -# See wiki for more info on hawtio: http://wiki.web.att.com/display/ajsc/Camel+Route+Debugging+with+AJSC+-+hawtio hawtio.authenticationEnabled=__HAWTIO_AUTHENTICATION_ENABLED__ hawtio.config.pullOnStartup=__HAWTIO_CONFIG_PULLONSTARTUP__ |