SSH框架运行报错,见问题补充
CouldnotopenServletContextresource[/WEB-INF/classes/applicationContext.怎么会找不到?要怎么改啊...
Could not open ServletContext resource [/WEB-INF/classes/applicationContext.
怎么会找不到?要怎么改啊 展开
怎么会找不到?要怎么改啊 展开
展开全部
是不是没有加监听文件,在web.xml中,你需要加入
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
到web.xml下就可以了
具体位置:<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
<filter>
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
到web.xml下就可以了
具体位置:<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
<filter>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没找到指定的配置文件。可以在web.xml里配置。
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:conf/app.xml</param-value>
</context-param>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:conf/app.xml</param-value>
</context-param>
追问
对啊,我就是这么写的,可还是有上述的报错
追答
你检查一下这个路径不就知道了。
/WEB-INF/classes/applicationContext.xml
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你在web.xml文件中没有配置那个路径
就是用全局变量知名那个applicationContext的路径
就是用全局变量知名那个applicationContext的路径
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
applicationContext.xml是spring的配置文件吧。。你有没有写。。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询