我也需要,帮你顶下,我只记得<Context>里改的,具体忘了

解决方案 »

  1.   

    在每个目录下面放一个空文件
    然后在WEB。XML文件下面
    进行如下设置    <welcome-file-list>
            <welcome-file>index.html</welcome-file>
            <welcome-file>index.htm</welcome-file>
            <welcome-file>index.jsp</welcome-file>
        </welcome-file-list>
      

  2.   

    to hanty(大智若鱼) 
    WEB.XML是在哪个目录里的?
    能再说的详细些吗?!
      

  3.   

    在conf目录下,也有一个web.xml,打开,找到
    <init-param>
                <param-name>listings</param-name>
                <param-value>true</param-value>
            </init-param>把true改false就可以了哦!如果你不想对所有的webapp都搞这个属性,你可以在web-inf下面找到这xml文件的