tomcat配置问题!

hhamw 2005-10-31 03:43:11
tomcat里如何设置默认页面。
比如:
我在IE里输入http://localhost:81
我希望显示的是我自己的index.htm,而不是tomcat的欢迎信息
...全文
133 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
lhb2008 2005-11-09
  • 打赏
  • 举报
回复
在tomcat 目录下的conf中的web.xml中设置。
hhamw 2005-10-31
  • 打赏
  • 举报
回复
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>
这段代码我要怎么改呢?
moodboy1982 2005-10-31
  • 打赏
  • 举报
回复
在web.config里面。

5,655

社区成员

发帖
与我相关
我的任务
社区描述
Web开发应用服务器相关讨论专区
社区管理员
  • 应用服务器社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧