您的位置:首页 > 运维架构 > Tomcat

设置tomcat访问首页,ip地址加端口既访问指定服务地址

2015-08-10 13:06 543 查看
在apache-tomcat-7.0.61/webapps/ROOT下,修改index.html文件。

<html>

<head>

<title>WelCome</title>

</head>

<frameset name="rootframe" rows="*" frameborder="no" border="0" framespacing="0">

<frame src="/welcome/page.jsp" />

</frameset>

<noframes><body>

</body>

</noframes></html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: