zoukankan      html  css  js  c++  java
  • atitit.404错误调查过程汇总


    atitit.404错误调查过程汇总

    #----------jsp  head  errorPage=""
    del zeu ok le.

    #------resin server。

    俩个应用配置到了相同的的目录..
    paip.404err two app cfg  one same dir


    /  cant access

    /app1   only can access ..



    envi ..resin4..


    作者: 老哇的爪子Attilax 艾龙,  EMAIL:1466519819@qq.com
    来源:http://blog.csdn.net/attilax

    #------404 urlrewrite 伪静态调用失败
    使用了urlrewrite伪静态可是,没有找到规则相应。。查看日志能够解决..



     
    #-----------1.应用没有启动sucess...  查看log或者webserver管理控制台....

     C: esin-4.0.36 esin.exe --server homiSearchServerServerID console
     C: esin-4.0.36 esin.exe --server homiSearchServerServerID console
     
     查看log....
     logz上能看到个全部的mvc url路线..使用npp过滤寻找..一哈就砍出来兰..
     
     #-----要是使用了struts...struts中断了流程...查看struts配置..
     
    #----2.spring mvc @Controller问题
    //todo o40 must ctrl... if compent  cant be find..   ioc  contl==comp but mvc not equi..
    @Controller
    public class visitorBlockService {



    #-----3.spring mvc  导入 ModelAndView 错误

    import org.springframework.web.portlet.ModelAndView;



    不应该引入这个ModelAndView 应该引入:

    import org.springframework.web.servlet.ModelAndView;


    #-----可能filter wirte err...
    spr.jsp



    yaosi dis chain.doFilter  ,and no forward...then  empty...output...

      if(requestURI.endsWith("spr.jsp")){
             //  resume to access    chain.doFilter(request, response);
                core.log("-- endsWith spr.jsp stop the chainfileter");
                RequestDispatcher requestDispatcher = request.getRequestDispatcher("spr.jsp");
                requestDispatcher.forward(request, response);//这两句怎么解释啊?
                //   ((HttpServletResponse)response).flushBuffer()
                return;
            }
            
    #-------使用了域名配置方式,可是使用ip訪问
    resin4.0.22会这个问题..
            

    參考
    .spring mvc 404错误的解决
    spring mvc ModelAndView 404 变态 - VC MFC.htm

    版权声明:本文博主原创文章。博客,未经同意不得转载。

  • 相关阅读:
    phpcms基础
    读取数据库有的设置选中状态
    用php 生成 excel 表格
    ajax验证用户名是否存在,手机号是不是匹配
    系统登陆简单的密码验证
    分页显视
    时间选择的三级连动 年,月,日
    session控制登入权限
    jQuery, js 验证两次输了密码的一相同
    正则表达式判断手机号是否11位数字
  • 原文地址:https://www.cnblogs.com/yxwkf/p/4836445.html
Copyright © 2011-2022 走看看