当我将struts.xml放入web-inf时显示错误……当我将src文件夹放入时,它工作正常.(在web-inf中为applicationcontext.xml)
当我将applicationcontext.xml放在src文件夹中时(在(src文件夹或src / resources)中为struts.xml)…….这就是说无法在web-inf文件夹中找到applicationcontext.xml. ….它无法执行.
我该如何配置以便eclipse可以找到struts.xml或applicationcontext.xml的路径,以便无论我放置在哪里它都应该检测到它.
web.xml中的代码如下.
struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
org.springframework.web.context.ContextLoaderListener
struts2
/*
index.jsp
谢谢你们.