放一个名为index.jsp的文件在路径下?

解决方案 »

  1.   

    默认访问页的名称不是index.jsp.
      

  2.   

    默认访问页的名称不是index.jsp.应该是的,我还试了其它的页面都是以下信息。
    默认页面其它的index.htm,index.asp,default.htm,default.asp,default.jsp都不是的,都提示找不到该页面,与这个的提示信息不同,所以可以确定默认页面就是index.jsp。而且这个网站肯定是用的JSP页面。
    请大家多多指教!
      

  3.   

    在jakarta-tomcat-4.1.18\webapps\gsd\WEB-INF\web.xml加入
      <welcome-file-list>
        <welcome-file>index.jsp</welcome-file>
      </welcome-file-list>