Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Aug 30th, 2011  |  syntax: None  |  size: 0.55 KB  |  views: 45  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <web-app xmlns="http://java.sun.com/xml/ns/javaee"
  2.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3.       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
  4.       version="3.0">
  5.  
  6.     <context-param>
  7.         <param-name>contextConfigLocations</param-name>
  8.         <param-value>WEB-INF/applicationContext.xml</param-value>
  9.     </context-param>
  10.  
  11.     <listener>
  12.         <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
  13.     </listener>
  14.  
  15.  </web-app>
clone this paste RAW Paste Data