org.springframework.web.struts.ContextLoaderPlugIn cannot be cast to org.apache.

用spring3.0管理sturt1时,报异常org.springframework.web.struts.ContextLoaderPlugIn cannot be cast to org.apache.struts.action.PlugIn,
解决方案是将org.springframework.web.struts.ContextLoaderPlugIn 所在的jar包放到WEB-INF/lib目录下,不能放在共用lib目录下。

你可能感兴趣的:(apache,Web,struts)