… | |
… | |
29 | <param-value>/home/site/repository-data</param-value> |
29 | <param-value>/home/site/repository-data</param-value> |
30 | <description>The storage location the repository</description> |
30 | <description>The storage location the repository</description> |
31 | </context-param> |
31 | </context-param> |
32 | <!-- END Repository Context Params --> |
32 | <!-- END Repository Context Params --> |
33 | |
33 | |
34 | <!-- Site Context Params --> |
|
|
35 | <context-param> |
|
|
36 | <param-name>log4jConfigLocation</param-name> |
|
|
37 | <param-value>/WEB-INF/classes/log4j.xml</param-value> |
|
|
38 | </context-param> |
|
|
39 | <context-param> |
|
|
40 | <param-name>log4jRefreshInterval</param-name> |
|
|
41 | <param-value>60000</param-value> |
|
|
42 | </context-param> |
|
|
43 | <context-param> |
34 | <context-param> |
44 | <param-name>webAppRootKey</param-name> |
35 | <param-name>webAppRootKey</param-name> |
45 | <param-value>site.root</param-value> |
36 | <param-value>site.root</param-value> |
46 | </context-param> |
37 | </context-param> |
47 | <!-- END Site Context Params --> |
38 | <!-- END Site Context Params --> |
48 | |
|
|
49 | <!-- Site Listeners --> |
|
|
50 | <listener> |
|
|
51 | <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class> |
|
|
52 | </listener> |
|
|
53 | <!-- END Site Listeners --> |
|
|
54 | |
39 | |
55 | <!-- Site Filters --> |
40 | <!-- Site Filters --> |
56 | <filter> |
41 | <filter> |
57 | <filter-name>charsetFilter</filter-name> |
42 | <filter-name>charsetFilter</filter-name> |
58 | <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class> |
43 | <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class> |