隨筆-8  評論-8  文章-10  trackbacks-0

          這個錯誤主要是struts-config.xml或web.xml上配置出錯
          仔細對比后就可以解決
          struts-config.xml
          <controller
            processorClass="org.springframework.web.struts.DelegatingRequestProcessor">
           </controller>

            <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
              <set-property property="contextConfigLocation" value="/WEB-INF/classes/applicationContext.xml" />
            </plug-in>

          web.xml
          <context-param>
             <param-name>contextConfigLocation</param-name>
             <param-value>/WEB-INF/classes/applicationContext.xml</param-value>
            </context-param>
           
            <servlet>
             <servlet-name>context</servlet-name>
             <servlet-class>org.springframework.web.context.ContextLoaderServlet</servlet-class>
             <load-on-startup>1</load-on-startup>
            </servlet>

          仔細對比 要一字不差


          每天進步一點點

          posted on 2008-10-24 15:55 應越 閱讀(5908) 評論(2)  編輯  收藏

          評論:
          # re: Could not open ServletContext resource [/WEB-INF/action-servlet.xml]解決方案 2010-03-13 23:57 | Josh
          <listener>
          <listener-class>
          org.springframework.web.context.ContextLoaderServlet
          </listener-class>
          </listener>

          <context-param>
          <param-name>contextConfigLocation</param-name>
          <param-value>/WEB-INF/applicationContext.xml</param-value>
          </context-param>

          要記住順序,先監聽,后面再寫applicationContext.xml  回復  更多評論
            
          # re: Could not open ServletContext resource [/WEB-INF/action-servlet.xml]解決方案 2013-07-19 23:26 | tolerance
          錯誤,看這里

          http://wenku.baidu.com/view/20a87eef551810a6f52486ae.html

          Spring2.5、Struts2.1、Hibernate3.2、sitemesh、freemarker整合開發常見問題及解決方案  回復  更多評論
            

          只有注冊用戶登錄后才能發表評論。


          網站導航:
          博客園   IT新聞   Chat2DB   C++博客   博問  
           
          主站蜘蛛池模板: 黔南| 巫山县| 团风县| 新津县| 石首市| 克什克腾旗| 东丽区| 汨罗市| 杭锦后旗| 南华县| 朝阳县| 洞口县| 西峡县| 岗巴县| 惠来县| 徐州市| 肇州县| 磐石市| 高平市| 吴堡县| 蒲江县| 昆山市| 区。| 五家渠市| 天津市| 广宁县| 大名县| 广元市| 浦江县| 高州市| 大城县| 德庆县| 澎湖县| 成安县| 万安县| 湖北省| 佛山市| 雷波县| 自贡市| 涪陵区| 濮阳县|