如何设置Tomcat默认主页(指定欢迎页)?_JSP技巧_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

如何设置Tomcat默认主页(指定欢迎页)?

作者:黑客防线网安JSP教程基地 来源:黑客防线网安JSP教程基地 浏览次数:0

本篇关键词:指定欢迎主页默认
黑客防线网安网讯:方法一:(适合对服务器中单个站点的设置)(d:\demo\为站点根目录)在Tomcat中,默认主页为:index.html,index.htm,index.jsp如果需要使用其他页面作为默认主页,需要配置WEB-INF文件夹下的...

方法一:(适合对服务器中单个站点的设置)
(d:\demo\为站点根目录)
在Tomcat中默认主页为:index.html,index.htm,index.jsp
如果需要使用其他页面作为默认主页需要配置WEB-INF文件夹下的web.xml文件:
如上例中:
在D:\demo\WEB-INF\文件夹中建立文件web.xml:
内容如下:


<?xml version=”1.0″ encoding=”UTF-8″?>
<web-app version=”2.4″
xmlns=”http://java.sun.com/xml/ns/j2ee”
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xsi:schemaLocation=”http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd“>
<welcome-file-list>
<welcome-file>hello.jsp</welcome-file>
</welcome-file-list>
</web-app>

方法二:(以下设置将应用于该服务器下所有的站点)推荐使用
打开文件conf/web.xml,找到这段代码:

<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>

在中间加入你想要的文件名即可
如:我想让hello.jsp成为默认首页,我将上面那段代码改成:

<welcome-file-list>
<welcome-file>hello.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>

    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-16661-1.html
网站维护教程更新时间:2012-04-07 00:44:31  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer