发布Struts2工程打开action链接提示404错误报The requested resource() is not available.如图所示
在网上查了好多办法都没有解决。
提示:报错中resource()括号中内容为空,说明是根本不存在该路径,并非文件不存在,
解决办法:报错原因是文件路径名使用了struts关键字,只要把struts换个名字就好了。
发布struts2工程打开action报404错误The requested resource () is not available的错误解决方法
原文:http://blog.csdn.net/xuxiaoyuer_1_1/article/details/19407701