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:UsersAdministratorWorkspacesMyEclipse 8.5homiServerWebRoot" />
        </host>


      </cluster>
      
      4.其他404错误,使用process monitor 跟踪一下..
  • 相关阅读:
    用linux搭建ranzhi环境
    软件测试知识点总结
    python函数
    python基础
    数据库学习之四
    数据库学习之三
    数据库学习之二
    git常用命令
    JS方法总结
    原生javascript请求服务器详解
  • 原文地址:https://www.cnblogs.com/attilax/p/5964114.html
Copyright © 2011-2022 走看看