The server encountered an internal error (No action instance for path /user could be created) that prevented it from fulfilling this request
我用的是struts1,开发过程中发现以上的问题,经过我尝试,解决方法就是:
property-java build path - remove jre jar
把jre的jar删除掉,再重新导入,重新部署,这样就好
本文介绍了一种在使用Struts1框架开发过程中遇到的内部服务器错误“No action instance for path /user could be created”的解决办法。该问题可通过移除并重新导入JRE的jar文件来解决。
The server encountered an internal error (No action instance for path /user could be created) that prevented it from fulfilling this request
我用的是struts1,开发过程中发现以上的问题,经过我尝试,解决方法就是:
property-java build path - remove jre jar
把jre的jar删除掉,再重新导入,重新部署,这样就好
781
14万+
3030

被折叠的 条评论
为什么被折叠?