刚配好的tomcat,出了问题,请教
提示:
type Status reportmessage /ch3/two.jspdescription The requested resource (/ch3/two.jsp) is not available.请问是什么地方没有配好吗?

解决方案 »

  1.   

    需要通过conf/server.xml来设置默认的根目录查找ROOT
    就可以找到需要修改的项
      

  2.   

    web-inf下面加web.xml<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <welcome-file-list>
        <welcome-file>web.jsp</welcome-file>
    </welcome-file-list></web-app>
      

  3.   

    eqxu(天使联盟):
    默认就是webapp目录unotfish(子非鱼) :
    不是所有的默认页面都是web.jsp楼主:
    是不是没有添加配置文件?从webapp下随便进到一个子目录下考个web-inf文件夹到你的ch3下面