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]