Blog信息 |
blog名称:网络爬虫 日志总数:39 评论数量:202 留言数量:2 访问次数:246630 建立时间:2005年3月22日 |

| |
[JSP应用]TOMCAT添加默认访问页面 软件技术, 电脑与网络
网络爬虫 发表于 2005/5/26 9:25:48 |
TOMCAT添加默认访问页面修改文件web.xml,在welcome-list里面添加index.wml作为默认的访问页面<welcome-file-list> <welcome-file>index.html</welcome-file> <welcome-file>index.htm</welcome-file> <welcome-file>index.jsp</welcome-file></welcome-file-list> |
|
|