看一下server.xml文件里的配置,里面有这方面的说明

解决方案 »

  1.   

    修改你的web.xml文件:
    <welcome-file-list>
        <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
      

  2.   

    错误如下:
    HTTP Status 404 - Servlet index.jsp is not available--------------------------------------------------------------------------------type Status reportmessage Servlet index.jsp is not availabledescription The requested resource (Servlet index.jsp is not available) is not available.
    --------------------------------------------------------------------------------Apache Tomcat/5.0.1
      

  3.   

    看见没,HTTPStatus404是表示没有这个页面。你看看你的TOmcat主文件夹下的index.jsp在不在,它的名字是不是被改成index1.jsp了?
      

  4.   

    看见没,HTTPStatus404是表示没有这个页面。你看看你的TOmcat主文件夹下的index.jsp在不在,它的名字是不是被改成index1.jsp了?
      

  5.   

    不是的,有index.jsp,很奇怪。求助啊~
      

  6.   

    那你在conf文件夹下的server.xml中看看,看看你的主目录指在什么地方,Http Status 404这个错误就是找不到该页面的。还有你的端口为什么是9090的?该过么?