首页 > 代码库 > 路径名称和struts.xml配置不一致导致struts2报404

路径名称和struts.xml配置不一致导致struts2报404

struts.xml中写的是<result name="...">authorityInterceptor/xxx.jsp</result>

 

但是实际的文件结构是/authorityInteceptor/xxx.jsp

 

struts2就报了404,所以遇到struts2报404的时候注意检查一下是不是这个问题