Skip to content

Instantly share code, notes, and snippets.

@igm
Created July 15, 2011 08:30
Show Gist options
  • Save igm/1084323 to your computer and use it in GitHub Desktop.
Save igm/1084323 to your computer and use it in GitHub Desktop.
<web-app>
..
<servlet>
<servlet-name>dispatcher</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
<init-param>
<param-name>contextInitializerClasses</param-name>
<param-value>foo.bar.MyContextInitializer</param-value>
</init-param>
</servlet>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment