Added webAppRootKey context-param to samples to prevent conflicts when run together in Tomcat.

This commit is contained in:
Luke Taylor
2008-12-16 21:13:03 +00:00
parent 998f0b3ea1
commit 7fa9a959b5
5 changed files with 139 additions and 129 deletions

View File

@@ -22,6 +22,11 @@
</param-value>
</context-param>
<context-param>
<param-name>webAppRootKey</param-name>
<param-value>ldap.root</param-value>
</context-param>
<filter>
<filter-name>springSecurityFilterChain</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>