web.xml配置詳解7

cow977發表於2011-06-03

.xml配置詳解: http://space.itpub.net/81227/viewspace-696551

.xml配置詳解2: http://space.itpub.net/81227/viewspace-696552

.xml配置詳解3: http://space.itpub.net/81227/viewspace-696730

.xml配置詳解4: http://space.itpub.net/81227/viewspace-696970

.xml配置詳解5: http://space.itpub.net/81227/viewspace-696971

.xml配置詳解6: http://space.itpub.net/81227/viewspace-697120

 

 

23、配置Spring(基本上都是在Struts中配置的)

   <!-- 指定spring配置檔案位置 --&gt

  

      contextConfigLocation

     

       <!--載入多個spring配置檔案 --&gt

        /WEB-INF/applicationContext.xml, /WEB-INF/action-servlet.xml

     

  

   <!-- 定義SPRING監聽器,載入spring --&gt

     org.springframework.web.context.ContextLoaderListener

    

       org.springframework.web.context.request.RequestContextListener

    

 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/81227/viewspace-697121/,如需轉載,請註明出處,否則將追究法律責任。

相關文章