1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Log4J no longer expected in servlet container classpath.

This commit is contained in:
Ben Alex
2005-01-28 06:34:01 +00:00
parent 3721a04979
commit c8706c33ac
4 changed files with 8 additions and 1 deletions
@@ -56,9 +56,11 @@
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<!--
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
</listener>
-->
<!--
- Provides core MVC application controller. See contacts-servlet.xml.
@@ -127,9 +127,11 @@
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<!--
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
</listener>
-->
<!--
- Provides core MVC application controller. See contacts-servlet.xml.
@@ -123,10 +123,12 @@
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<!--
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
</listener>
-->
<!--
- Provides core MVC application controller. See contacts-servlet.xml.
-->