struts2 的 struts.xml配置的问题,为什么这样写放在WEB-INF下还是找不到action,只能放到src下

2024-11-17 22:32:09
推荐回答(3个)
回答1:

你可以放在Web-inf目录下,如不过在在web.xml中修改一下配置:

举例说明:(假设struts.xml在目录:web-inf/struts/struts.xml)


struts2

org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter


config

struts-default.xml,
struts-plugin.xml,
../struts/struts.xml




struts2
/*

回答2:

只能放在类路径下,比如:
WEB-INF/classes/ 下

回答3:

这是规则,程序到classes目录下找文件