struts文件异常Included file cannot be found

简介:

在使用多个struts文件包含到一个主配置文件中会出现异常,以前在myeclipse10.7 和myeclipse 8.5使用struts多文件引入都没有问题,但转到myeclipse2014就会出现问题,弄了好久才解决 主要是:

1.命名规范,都是采用struts-xxx.xml文件,即以struts开头

2.file的路径不要以/开头,在其他版本是以/开头的

如下图:


在struts.xml文件中引入struts-user.xml文件


这样基本就好了

分类:  JAVA, Struts
本文转自左正博客园博客,原文链接:http://www.cnblogs.com/soundcode/p/6365979.html,如需转载请自行联系原作者
相关文章
‘;‘ expected,Missing semicolon.Syntax Missing semicolon multi (web,若依定义方法,修改method,之后在mounted()用this
‘;‘ expected,Missing semicolon.Syntax Missing semicolon multi (web,若依定义方法,修改method,之后在mounted()用this
|
网络协议 关系型数据库 Linux
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
onfigure: error: no acceptable C compiler found in $PATH See `config.log' for more details 问题解决
181 0
|
前端开发 Android开发
springMvc15-Referenced file contains errors
springMvc15-Referenced file contains errors
80 0
|
XML 数据格式
因为CircleImageView导致Binary XML file line #96: Error inflating class <unknown>
因为CircleImageView导致Binary XML file line #96: Error inflating class <unknown>
174 0
|
C语言
|
Java Maven
Failed during checkstyle execution: Unable to find suppressions file at location: src/checkstyle/checkstyle-suppressions.xml
org.springframework.boot spring-boot-starter-parent 1.3.6.RELEASE   springboot的parent节点配置错误,则会报下面的错   ...
3484 0
|
Java Maven
Maven打包时抛出should not point at files within the project directory …异常
版权声明:本文首发 http://asing1elife.com ,转载请注明出处。 https://blog.csdn.net/asing1elife/article/details/82732113 ...
12985 0
打包错误--Error:A problem was found with the configuration of task ':app:packageRelease'.
解决办法: app目录下的build.gradle文件 将 shrinkResources 的值改为 false 或者直接去掉   shrinkResources true  表示 :打包的时候会去删除一些不必要 的文件   ------------------------------------- 问题是以往打包一直没出过这样的问题,根本原因不知。
1596 0
|
Java Maven Spring
Maven异常_05_Archive for required library cannot be read or is not a valid ZIP file
一、异常现象 用STS创建Spring boot 项目的时候,报出如下错误: Archive for required library: 'G:/Programme1/Maven/Repository/org/mockito/mockito-core/1.
1766 0