求助Spring与Struts2整合的问题!用Action继承Spring中的ActionSupport出现错误不知道什么原因!
我用的Struts2.0和Spring2.0.8版本jar包都导入了就是这个继承这个org.springframework.web.struts.ActionSuppor...
我用的Struts2.0和 Spring2.0.8版本 jar包都导入了 就是这个继承这个org.springframework.web.struts.ActionSupport类就提示这个错误 百思不得其解,求助高手指点,我的QQ274072355
这个问题解决了 ,我添加了一个spring中的struts.jar就ok了! 不过新问题出现了,我启动tomcat的时候出现了两个严重信息!
2012-3-15 11:11:23 org.apache.catalina.core.StandardContext start
严重: Error getConfigured
2012-3-15 11:11:23 org.apache.catalina.core.StandardContext start
严重: Context [/SSHDemo] startup failed due to previous errors
-----------------------------------------------------
如何解决 展开
这个问题解决了 ,我添加了一个spring中的struts.jar就ok了! 不过新问题出现了,我启动tomcat的时候出现了两个严重信息!
2012-3-15 11:11:23 org.apache.catalina.core.StandardContext start
严重: Error getConfigured
2012-3-15 11:11:23 org.apache.catalina.core.StandardContext start
严重: Context [/SSHDemo] startup failed due to previous errors
-----------------------------------------------------
如何解决 展开
5个回答
展开全部
<filter>
<filter-name>struts2</filter-name>
<filter-class>
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:applicationContext.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
看看你的web.xml中有没有这段代码?要是没的话,加上。在试一试。
<filter-name>struts2</filter-name>
<filter-class>
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:applicationContext.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
看看你的web.xml中有没有这段代码?要是没的话,加上。在试一试。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的ActionSupport继承错了 不是继承spring中的这个类
而是应该继承com.opensymphony.xwork2.ActionSupport;
而是应该继承com.opensymphony.xwork2.ActionSupport;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你的jar包没完全导入。至少没有加入编译路径。
project- properties- java build path- libraries- add Jars,把它引入
project- properties- java build path- libraries- add Jars,把它引入
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2012-03-15
展开全部
某个启动类缺少必须的配置文件,是不是你的Struts配置文件没有设置好。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询