|
|
@@ -10,13 +10,9 @@
|
|
|
<session-config>
|
|
|
<session-timeout>30</session-timeout>
|
|
|
</session-config>
|
|
|
- <context-param>
|
|
|
- <param-name>spring.profiles.active</param-name>
|
|
|
- <param-value>dev</param-value>
|
|
|
- </context-param>
|
|
|
<context-param>
|
|
|
<param-name>log4jConfigLocation</param-name>
|
|
|
- <param-value>classpath:properties/log4j-dev.properties</param-value>
|
|
|
+ <param-value>classpath:properties/log4j-${spring.profiles.active}.properties</param-value>
|
|
|
</context-param>
|
|
|
<context-param>
|
|
|
<param-name>log4jExposeWebAppRoot</param-name>
|