summaryrefslogtreecommitdiffstats
path: root/bundleconfig-local
diff options
context:
space:
mode:
Diffstat (limited to 'bundleconfig-local')
-rw-r--r--bundleconfig-local/README.txt2
-rw-r--r--bundleconfig-local/etc/appprops/AAFUserRoles.properties1
-rw-r--r--bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties3
-rw-r--r--bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties3
-rw-r--r--bundleconfig-local/etc/service-file-monitor.properties1
-rw-r--r--bundleconfig-local/etc/sysprops/sys-props.properties6
-rw-r--r--bundleconfig-local/etc/sysprops/template.sys-props.properties2
7 files changed, 4 insertions, 14 deletions
diff --git a/bundleconfig-local/README.txt b/bundleconfig-local/README.txt
index 6631ffb..a915213 100644
--- a/bundleconfig-local/README.txt
+++ b/bundleconfig-local/README.txt
@@ -4,8 +4,6 @@ directory. When deploying to a CSI env, the bundleconfig-csi directory will be c
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
diff --git a/bundleconfig-local/etc/appprops/AAFUserRoles.properties b/bundleconfig-local/etc/appprops/AAFUserRoles.properties
index c5b2e68..c2edd1a 100644
--- a/bundleconfig-local/etc/appprops/AAFUserRoles.properties
+++ b/bundleconfig-local/etc/appprops/AAFUserRoles.properties
@@ -22,7 +22,6 @@
#If using AAF for Role based authentication/authorization, define your routes/services which will utilize AAF. The AJSC will
#read this file and protect the routes given with the AAF role defined.
#For more information on AAF role based permissions, please contact AAF team.
-#AAF wiki link: http://wiki.web.att.com/display/aaf/AAF+Documentation
#The following example would protect the JAXRS echo example service provided with the archetype.
#/services/${namespace}/v1/jaxrsExample/topics/**=com.att.ajsc.myper|mymachine|manage
diff --git a/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties b/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties
index 0e0c4d5..a39131c 100644
--- a/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties
+++ b/bundleconfig-local/etc/appprops/PostProcessorInterceptors.properties
@@ -19,7 +19,6 @@
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
###############################################################################
-#This properties file is for defining any PostProcessorInterceptors that have been created for your AJSC service. For more
-#information, please go to the wiki link: http://wiki.web.att.com/display/ajsc/AJSC+Interceptor+Framework
+#This properties file is for defining any PostProcessorInterceptors that have been created for your AJSC service.
/**=ajsc.beans.interceptors.CsiPostInterceptor
diff --git a/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties b/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties
index fad72c9..8a72dfe 100644
--- a/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties
+++ b/bundleconfig-local/etc/appprops/PreProcessorInterceptors.properties
@@ -19,8 +19,7 @@
# ECOMP is a trademark and service mark of AT&T Intellectual Property.
#
###############################################################################
-#This properties file is for defining any PreProcessorInterceptors that have been created for your AJSC service. For more
-#information, please go to the wiki link: http://wiki.web.att.com/display/ajsc/AJSC+Interceptor+Framework
+#This properties file is for defining any PreProcessorInterceptors that have been created for your AJSC service.
/**=com.att.ajsc.csi.restmethodmap.RestMethodMapInterceptor,ajsc.beans.interceptors.CsiPreInterceptor
/v1/events/**=com.att.ajsc.csi.restmethodmap.RestMethodMapInterceptor,ajsc.beans.interceptors.CsiPreInterceptor,com.att.nsa.dmaap.util.ContentLengthInterceptor \ No newline at end of file
diff --git a/bundleconfig-local/etc/service-file-monitor.properties b/bundleconfig-local/etc/service-file-monitor.properties
index 8daa5c0..9596440 100644
--- a/bundleconfig-local/etc/service-file-monitor.properties
+++ b/bundleconfig-local/etc/service-file-monitor.properties
@@ -20,7 +20,6 @@
#
###############################################################################
#This properties file is used for defining any file paths that you would like to have monitored.
-#For more information, please goto wiki link: http://wiki.web.att.com/display/ajsc/Dynamic+Configuration+of+service+properties+running+within+AJSC+Container
#user config file paths go here as (key-value) pairs. File extension will have to be either .properties or .json in order for it to be monitored.
#file1=/opt/app/yourService/file.properties
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__