为了账号安全,请及时绑定邮箱和手机立即绑定

上传文件后点提交,提示404错误

Type Status Report

Message /UploadAndDownload/upload.action

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.

struts.xml 与 FileUploadAction配置和老师一模一样,之前有的也是这种错误,这究竟是怎么回事。

<struts>
    
    <constant name="struts.enable.DynamicMethodInvocation" value="false"></constant>
    <constant name="struts.devMode" value="true"></constant>
    
    <package name="default" namespace="/" extends="struts-default">
        <action name="upload" class="com.imooc.action.FileUploadAction">
            <result>/jsp/03.jsp</result>
            <result name="input">/jsp/error.jsp</result>
            <!-- 配置拦截器限制上传文件类型及大小 -->
            <interceptor-ref name="fileUpload">
                <param name="allowedTypes">image/bmp,image/x-png,image/gif,image/jpg</param>
                <param name="maximumSize">2M</param>
            </interceptor-ref>
            <interceptor-ref name="defaultStack"></interceptor-ref>
        </action>
    </package>
    
</struts>

struts.xml放在src下,完全无解


正在回答

1 回答

jsp文件找不到

0 回复 有任何疑惑可以回复我~
#1

慕雪1014944 提问者

可是跳转就是跳转到原jsp页面,后面基本上都是遇到这种问题,jsp页面通过action/servlet处理,处理完了,再跳转到原jsp页面,但是却404错误,找不到资源,但是我看404上的错误,路径是对的,这是为什么。为什么会jsp文件找不到呢?很是郁闷,卡这好久,一直找不到原因,可是代码都是一样的。
2017-09-18 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

上传文件后点提交,提示404错误

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信