ssh整合开Unable to load configuration. - action - |Caused by: Action class [login] not found - action -

如果你的struts.xml和applicationContext.xml都配置正确,还报以上的错误,那么可以判断你的项目缺少jar包:struts2-spring-plugin-2.0.11.1.jarcommons-fileupload-1.2.1.jarcommons-io-1.3.2.jar

导入这些jar包就行了,这些jar可以在struts-2.1.6的lib下找到。


你可能感兴趣的:(ssh整合开Unable to load configuration. - action - |Caused by: Action class [login] not found - action -)