Skip to content

Instantly share code, notes, and snippets.

@nschlimm
Created August 5, 2011 16:14
Show Gist options
  • Save nschlimm/1127888 to your computer and use it in GitHub Desktop.
Save nschlimm/1127888 to your computer and use it in GitHub Desktop.
Scopes web.xml
<web-app>
...
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
...
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment