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

2024年11月17日 22:32
有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目录下找文件