summaryrefslogtreecommitdiffstats
path: root/src/main/config/runner-web.xml
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-03-22 17:39:23 -0400
committersu622b <sunil.unnava@att.com>2018-03-22 17:40:50 -0400
commit6c881fc1fbc617c368f17044419e4fc0ae59c5e7 (patch)
tree4ac6ff4b59111dc56f441823f5aa575da4f8bdfa /src/main/config/runner-web.xml
parent4eb8f3f52093960a6a62c6c07409e8d26fd5f276 (diff)
changes for docker deployment
Issue-ID: DMAAP-338 Change-Id: I328cd941e493fa151383b12e008a1d220a242345 Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'src/main/config/runner-web.xml')
-rw-r--r--src/main/config/runner-web.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/main/config/runner-web.xml b/src/main/config/runner-web.xml
index a94cbe6..55d7961 100644
--- a/src/main/config/runner-web.xml
+++ b/src/main/config/runner-web.xml
@@ -66,23 +66,15 @@
</filter>
<!-- Content length filter for Msgrtr -->
- <filter>
+ <!-- <filter>
<display-name>DMaaPAuthFilter</display-name>
<filter-name>DMaaPAuthFilter</filter-name>
<filter-class>com.att.nsa.dmaap.util.DMaaPAuthFilter</filter-class>
<init-param>
<param-name>cadi_prop_files</param-name>
-<!-- param-name was changed from prop_files to cadi_prop_files in 1.1.1, so please use "cadi_prop_files" for param-name moving forward -->
-<!-- old value <param-name>prop_files</param-name> -->
- <!-- Please, note: configuration files were located under the conf/ directory for 4.4.0 and lower versions
- of the ajsc. Beginning with the 4.5.1 Release version of the ajsc, these configuration files have ALL
- been moved to the etc/ directory to better utilize some SWM packaging functionality. -->
- <!-- <param-value>conf/cadi.properties</param-value> -->
- <!-- <param-value>etc/cadi.properties</param-value> -->
- <!-- <param-value>etc/cadi.properties </param-value>-->
<param-value>/appl/dmaapMR1/etc/cadi.properties </param-value>
</init-param>
- </filter>
+ </filter> -->
<!-- End Content length filter for Msgrtr -->
<servlet>