Advertisement
Javi

struts struts-config.xml + spring

Mar 2nd, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2.  
  3. <!DOCTYPE struts-config PUBLIC
  4.          "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
  5.          "http://struts.apache.org/dtds/struts-config_1_3.dtd">
  6.  
  7. <struts-config>
  8.         ...
  9.  
  10.     <controller>
  11.       <set-property property="processorClass"
  12.           value="org.springframework.web.struts.DelegatingRequestProcessor"/>
  13.     </controller>
  14.  
  15.     <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
  16.         <set-property property="contextConfigLocation"
  17.             value="/WEB-INF/applicationContext.xml"/>
  18.     </plug-in>
  19.    
  20.  
  21. </struts-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement