struts2-struts的问题,运行有错,错误代码404,求各位指点啊

问题描述

struts的问题,运行有错,错误代码404,求各位指点啊





为什么运行不出来啊?我是按书上来的到底哪里有错啊?谢谢各位指点啦!
还有就是一编译就出来这个问题
这个是编译以后的错误

解决方案

web.xml

struts2

org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

解决方案二:

贴出错误信心出来看看。

解决方案三:

应该是struts2启动方式的类不对吧,你可以试试1楼的方式

解决方案四:

你可以摁住ctrl 看看过滤器配置的class存在不存在啊

解决方案五:

把struts过滤器 换成这个org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter 试试看

时间: 2024-09-28 18:47:41

struts2-struts的问题,运行有错,错误代码404,求各位指点啊的相关文章

springmvc+mysql-@Autowired问题和SimpleJdbcTemplate(过期)问题,运行报错如下,求解决方案

问题描述 @Autowired问题和SimpleJdbcTemplate(过期)问题,运行报错如下,求解决方案 2016-04-07 10:30:02 [ERROR] - org.springframework.web.context.ContextLoader -ContextLoader.java(318) -Context initialization failed org.springframework.beans.factory.BeanCreationException: Error

exception-struts+spring+mybatis运行报错

问题描述 struts+spring+mybatis运行报错 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name

struts和ajax结合报错

问题描述 struts和ajax结合报错 上网查了关于Positioned Update not supported.都是因为action中有多余的get方法,导致被搞成了json数据格式,但是我的代码里没有多余的get方法,所以不是网上哪种常见的错误.求大神 下面是我的struts配置文件 这是我的js脚本 $.post("menuitemAjax_showMenuitem.action",null,function(data){ alert(data); privilege.pFu

java web-javaweb程序放在resin上运行报错,具体错误如下

问题描述 javaweb程序放在resin上运行报错,具体错误如下 javax.servlet.ServletException: Unable to load configuration. - bean - jar:file:/e:/qingniusoftware/Payment/WebRoot/WEB-INF/lib/struts2-core-2.1.8.1.jar!/struts-default.xml:29:72 at com.caucho.server.dispatch.FilterM

tomcat运行报错 重装myeclipse后出项这个问题

问题描述 tomcat运行报错 重装myeclipse后出项这个问题 2015-4-22 16:20:56 org.apache.catalina.core.StandardContext startInternal 严重: Error listenerStart 2015-4-22 16:20:56 org.apache.catalina.core.StandardContext startInternal 严重: Context [/djwconsole] startup failed du

存储过程在本地运行通过,服务器运行报错

问题描述 存储过程在本地运行通过,服务器运行报错 本机数据库版本为2012,执行存储过程成功,放到服务器执行(版本为2005),运行报错,代码入下: ALTER proc [dbo].[proc_DingDan] @newNumber varchar(18) output as declare @maxNumber varchar(18) select @maxNumber=MAX(orderno) from [dbo].[Orders] where SUBSTRING(OrderNo,0,9)

在tomcat上运行没有问题,在weblogic上运行就报下面的错,跪求大神帮忙

问题描述 在tomcat上运行没有问题,在weblogic上运行就报下面的错,跪求大神帮忙 java.sql.SQLException: Statement cancelled, probably by transaction timing out at weblogic.jdbc.wrapper.Statement.postInvocationHandlerNoWrap(Statement.java:128) at weblogic.jdbc.wrapper.PreparedStatement

图片-Struts 部署到服务器上报错

问题描述 Struts 部署到服务器上报错 请各位大神看一看错误在哪儿 解决方案 WEB_INF的包是不是没导入? 解决方案二: 你可以尝试在lib路径下导入Struts2需要的包,然后刷新一下项目.有什么在项目下configure build path会出现那样的错误,或者你的web.xml中是不是少了Struts2的核心filter(StrutsPrepareAndExecuteFilter). 解决方案三: 环境没有配置好

java ssh-no action mapped问题 tomcat运行报错

问题描述 no action mapped问题 tomcat运行报错 运行tomcat时没报错 我打了http://localhost:8080/xxpt/index.action后是404未找到 错误如下 09-29 10:07:52 WARN o.a.struts2.dispatcher.Dispatcher - Could not find action or result com.opensymphony.xwork2.config.ConfigurationException: The