sunkezai 发表于 2017-1-16 08:16:43

tomcat访问列表

访问http://localhost:8080/web

D:\workspace\.metadata\.plugins\com.genuitec.eclipse.easie.tomcat.myeclipse\tomcat\conf
下的web.xml。

      <init-param>
            <param-name>listings</param-name>
            <param-value>true</param-value>
      </init-param>
中的false改为true。(上面已经改过)
并把<welcome-file-list>
      <welcome-file>index.html</welcome-file>
      <welcome-file>index.htm</welcome-file>
      <welcome-file>index.jsp</welcome-file>
      </welcome-file-list>
注释掉。
页: [1]
查看完整版本: tomcat访问列表