課程
/后端開發(fā)
/Java
/基于SSH實(shí)現(xiàn)員工管理系統(tǒng)之框架整合篇
tomcat啟動(dòng)時(shí)找不到監(jiān)聽器
2016-12-29
源自:基于SSH實(shí)現(xiàn)員工管理系統(tǒng)之框架整合篇 3-2
正在回答
呃,把代碼貼出來,好幫你看那里出問題,這是監(jiān)聽器那段代碼,看看錯(cuò)沒
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>Classpath:applicationContext.xml</param-value>
</context-param>
weibo_小寶寶囍_0 提問者
Tom_H 回復(fù) weibo_小寶寶囍_0 提問者
weibo_小寶寶囍_0 提問者 回復(fù) Tom_H
大神你在哪高就啊
這是tomcat啟動(dòng)時(shí)報(bào)的錯(cuò)
Unable to load configuration. - bean - jar:file:/D:/Apache%20Software%20Foundation/Tomcat%206.0/webapps/ssh/WEB-INF/lib/struts2-gxp-plugin-2.3.24.jar!/struts-plugin.xml:8:162……
Caused by: Unable to load bean: type:org.apache.struts2.views.gxp.inject.InjectedObjectContainer class:org.apache.struts2.views.gxp.inject.InjectedObjectContainer - bean - jar:file:/D:/Apache%20Software%20Foundation/Tomcat%206.0/webapps/ssh/WEB-INF/lib/struts2-gxp-plugin-2.3.24.jar!/struts-plugin.xml:8:162……
Caused by: java.lang.ClassNotFoundException: org.apache.struts2.views.gxp.inject.InjectedObjectContainer……
Tom_H
舉報(bào)
本視頻教程主要介紹環(huán)境搭建和SSH框架整合,逐層深入理解學(xué)習(xí)
2 回答啟動(dòng)tomcat時(shí)報(bào)錯(cuò)
1 回答監(jiān)聽器錯(cuò)誤
1 回答MYECLIPSE tomcat服務(wù)器啟動(dòng)不了什么鬼
2 回答tomcat啟動(dòng)報(bào)錯(cuò)
4 回答Tomcat啟動(dòng)老是報(bào) org.springframework.web.context.ContextLoaderListener錯(cuò)誤?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2016-12-29
呃,把代碼貼出來,好幫你看那里出問題,這是監(jiān)聽器那段代碼,看看錯(cuò)沒
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>Classpath:applicationContext.xml</param-value>
</context-param>
2016-12-30
大神你在哪高就啊
2016-12-30
這是tomcat啟動(dòng)時(shí)報(bào)的錯(cuò)
Unable to load configuration. - bean - jar:file:/D:/Apache%20Software%20Foundation/Tomcat%206.0/webapps/ssh/WEB-INF/lib/struts2-gxp-plugin-2.3.24.jar!/struts-plugin.xml:8:162……
Caused by: Unable to load bean: type:org.apache.struts2.views.gxp.inject.InjectedObjectContainer class:org.apache.struts2.views.gxp.inject.InjectedObjectContainer - bean - jar:file:/D:/Apache%20Software%20Foundation/Tomcat%206.0/webapps/ssh/WEB-INF/lib/struts2-gxp-plugin-2.3.24.jar!/struts-plugin.xml:8:162……
Caused by: java.lang.ClassNotFoundException: org.apache.struts2.views.gxp.inject.InjectedObjectContainer……