编写没错但是包404。。。。下面是个个步骤ps:解决问题了的100块以内的书随便挑。。。。真的是没法了

来源:2-2 Struts2 案例代码实现

过河先生的小酒壶

2017-07-15 18:46

http://img.mukewang.com/5969f2450001274f10890467.jpg

http://img.mukewang.com/5969f2450001f9d715670698.jpg

http://img.mukewang.com/5969f2460001470508440457.jpg

http://img.mukewang.com/5969f2470001764615690675.jpg

http://img.mukewang.com/5969f24700016dab03380255.jpg

http://img.mukewang.com/5969f2520001dff607490300.jpg

为什么要讨论

写回答 关注

13回答

  • zzj271828
    2017-11-17 22:47:35

    jar包是9个,有没有少了


  • UKILC
    2017-10-17 23:17:32

    <?xml version="1.0" encoding="UTF-8"?>

    <!DOCTYPE struts PUBLIC

            "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN"

            "http://struts.apache.org/dtds/struts-2.5.dtd">

    <struts>

       <package name="default" namespace="/" extends="struts-default">

        <action name="as" class="com.wx.Action.HelloWorldAction">

        <result>/result.jsp</result>

        </action>

        <action name="result">

        <result>/result.jsp</result>

        </action>

       </package>

    </struts>

    跟你的问题一样 不知道怎么的就好了 这是我的struts.xml 你复制下来试试

  • ,_0022
    2017-10-09 20:23:09

    你可以看一下web.xm中过滤器的配置,在struts2新版本中.ng去掉了,应改为:org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter

  • ,_0022
    2017-10-09 20:16:11

    web.xml中的过滤器配置有问题,新版本的struts2中去掉了ng,应改为:org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter

  • 丶归途
    2017-08-19 11:14:00

    我们的问题应该是一样的,你可以再看看下面的详细报告。

    http://img.mukewang.com/5997acf40001ae7606120213.jpg

    http://img.mukewang.com/5997acf40001726409430152.jpg


    伊泽先森40... 回复阿双otw

    我去掉ng还是报错啊。。。

    2017-11-01 11:28:07

    共 3 条回复 >

  • 慕函数8108156
    2017-08-14 17:38:06

    struts核心jar包你导的是2.0的么?还是2.3的。。。如果不是2.0的核心jar包,那就看你struts.xml配置文件最上面,你用的是2.0的。

  • 夏侯瑾軒
    2017-08-11 20:28:52

    我知道为什么了 你的lib包下面应该没有对应的jar包

  • 丰子不是疯子
    2017-08-04 20:43:00

    result后面两个参数加上,虽然是空值,但是也不能少的,你试试

  • 慕数据1757170
    2017-08-02 15:17:31

    别用这个了,用idea吧,eclipse真的用的蛋疼,我也是一直404

  • 过河先生的小酒壶
    2017-07-17 10:50:54

    方便点

  • 过河先生的小酒壶
    2017-07-17 10:49:28

    http://img.mukewang.com/596c25aa0001a11410510437.jpg

    ...

  • root750
    2017-07-17 10:32:51

    那你试试把result标签那里弄成一行 一点空格都别弄 然后访问的时候不加后缀和.action和.do三个都试试

    过河先生的小... 回复root75...

    老哥我放弃了。。。你玩LOL吗?

    2017-07-17 11:21:54

    共 9 条回复 >

  • root750
    2017-07-16 10:16:17

    你把.action去掉  试试  不行的话 就把web.xml那里的那个display name 删掉

    root75... 回复过河先生的小...

    还是觉得你那个web.xml文件的displayname需要改一下

    2017-07-17 10:35:14

    共 5 条回复 >

Struts2入门

本教程带你踏上Struts2学习之旅,对Struts2进行更深入讲解

95063 学习 · 456 问题

查看课程

相似问题