问题描述
在windows2008中整合好了tomcat和iis,那怎么才能默认指定的首页啊如:这样可能执行:http://localhost/test/index.jsp想改成:http://localhost这样就行执行,在哪可以设置啊,
解决方案
解决方案二:
web.xml文件中配置welcome-file
解决方案三:
如上配置欢迎页web.xml文件中配置welcome-file
解决方案四:
该回复于2010-12-16 17:16:49被版主删除
解决方案五:
web.xml文件中的啊
解决方案六:
楼上..
解决方案七:
同----1楼
解决方案八:
引用1楼dyllove98的回复:
web.xml文件中配置welcome-file
http://localhost/test可以用welcome-file控制。http://localhost/可以吗?
解决方案九:
http://localhost/是打开tomcat了必须加上工程的名字啊,要不怎么知道你访问的是那个项目啊
解决方案十:
把项目放到webapp下的ROOT目录下
解决方案十一:
引用1楼dyllove98的回复:
web.xml文件中配置welcome-file
+1
解决方案十二:
放在webappsROOT下并修改Tomcat6.0confweb.xml中<welcome-file-list><welcome-file>a.html</welcome-file>你想要默认跳转的页面<welcome-file>index.html</welcome-file><welcome-file>index.htm</welcome-file><welcome-file>index.jsp</welcome-file></welcome-file-list>
时间: 2024-10-25 21:07:13