zoukankan      html  css  js  c++  java
  • paip.http 404错误 的解决

    paip.http 404错误 的解决


    错误原因


    1.查看web服务器log...看是否错误...
    2.使用了spring 或者struts 等等mvc框架,但是设置错误..
    3.web服务器使用了配置了域名方式,但是使用ip方式访问或者相反..
    比如resin:: host id 为空的为ip方式访问,不为空时候为域名方式 




    作者Attilax  艾龙,  EMAIL:1466519819@qq.com 
    来源:attilax的专栏
    地址:http://blog.csdn.net/attilax


      <cluster id="homiServer">
     
        <server id="homiServerServerID" port="6802">
          <http id="httpid8083" port="8282"/>
        </server> 

        
    <host id="" root-directory=".">
          <web-app id="/" root-directory="C:\Users\Administrator\Workspaces\MyEclipse 8.5\homiServer\WebRoot" />
        </host>


      </cluster>
      
      4.其他404错误,使用process monitor 跟踪一下..
  • 相关阅读:
    C#垃圾回收(GC)
    yum --enablerepo=elrepo-kernel install kernel-lt -y
    centos 查看版本
    linux 内核升级
    awk
    升级内核
    elerpo
    http://elrepo.org/tiki/tiki-index.php
    NO_TITLE
    MongoDB Find查询 1
  • 原文地址:https://www.cnblogs.com/attilax/p/15199358.html
Copyright © 2011-2022 走看看