Return to Snippet

Revision: 19966
at November 4, 2009 08:27 by T1tan


Updated Code
<context-param>
  <param-name>contextConfigLocation</param-name>
  <param-value>
    classpath*:applicationContext-*.xml
  </param-value>
</context-param>

<listener>
  <listener-class>org.springframework.web.context.ContextLoaderListener
  </listener-class>
</listener>

Revision: 19965
at November 4, 2009 08:24 by T1tan


Initial Code
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>

Initial URL


Initial Description


Initial Title
spring configuration in web.xml

Initial Tags
java

Initial Language
XML