配置门户网站
http://127.0.0.1:8080/myitcast/index.html
- 配置默认首页
配置网站中的web.xml文件如下
<welcome-file-list>
<welcome-file>email.html</welcome-file>
</welcome-file-list>
- 配置默认网站
配置服务器的server.xml
<Context path="" docBase="c:sina ews"/>
- 配置默认端口
配置服务器的server.xml
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
- 注册域名
找到本地磁盘映射localhost主机名的配置文件。
C:windowssystem32driversetchosts.ics配置如下
127.0.0.1 www.sina.com.cn
5. 运行结果www.sina.com.cn成功