課程
/后端開發(fā)
/Java
/基于SSH實現(xiàn)員工管理系統(tǒng)之框架整合篇
tomcat啟動時找不到監(jiān)聽器
2016-12-29
源自:基于SSH實現(xiàn)員工管理系統(tǒng)之框架整合篇 3-2
正在回答
呃,把代碼貼出來,好幫你看那里出問題,這是監(jiān)聽器那段代碼,看看錯沒
<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 回復 weibo_小寶寶囍_0 提問者
weibo_小寶寶囍_0 提問者 回復 Tom_H
大神你在哪高就啊
這是tomcat啟動時報的錯
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
舉報
本視頻教程主要介紹環(huán)境搭建和SSH框架整合,逐層深入理解學習
2 回答啟動tomcat時報錯
1 回答監(jiān)聽器錯誤
1 回答MYECLIPSE tomcat服務器啟動不了什么鬼
2 回答tomcat啟動報錯
4 回答Tomcat啟動老是報 org.springframework.web.context.ContextLoaderListener錯誤?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關注慕課網(wǎng)微信公眾號
2016-12-29
呃,把代碼貼出來,好幫你看那里出問題,這是監(jiān)聽器那段代碼,看看錯沒
<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啟動時報的錯
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……