diff options
Diffstat (limited to 'BKUOnline/src/main/webapp')
-rw-r--r-- | BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml index ca5ffccc..31d0d24a 100644 --- a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml +++ b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml @@ -227,7 +227,8 @@ <property name="bindingProcessorManager" ref="bindingProcessorManager" />
</bean>
- <!-- JMX -->
+ <!-- do not launch MBeanServer by default
+ | (the contextPathFactoryBean requires Servlet 2.5)
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="properties">
@@ -259,6 +260,7 @@ </map>
</property>
</bean>
+ -->
</beans>
\ No newline at end of file |