First working web service for quering proteocache DB
[proteocache.git] / WEB-INF / web.xml
index 937633c..0808c19 100644 (file)
        <!-- Spring Security -->\r
 \r
        <listener>\r
-               <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>\r
+               <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>\r
        </listener>\r
 \r
+       <listener>\r
+               <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>\r
+       </listener>\r
+       <listener>\r
+               <listener-class>com.sun.xml.ws.transport.http.servlet.WSServletContextListener</listener-class>\r
+       </listener>\r
+       \r
        <context-param>\r
                <param-name>contextConfigLocation</param-name>\r
                <param-value>\r
                        /WEB-INF/spring-security.xml\r
                </param-value>\r
        </context-param>\r
+       \r
+       <context-param>\r
+               <param-name>log4jConfigLocation</param-name>\r
+               <param-value>/WEB-INF/classes/log4j.properties</param-value>\r
+       </context-param>\r
 \r
        <filter>\r
                <filter-name>springSecurityFilterChain</filter-name>\r