一、确认tomcat端口号为80 : <Connector port="80" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
二、在Host标签里增加 :<Context path="" docBase="D:\app\skymis\ROOT" debug="0" reloadable="true" />
D:\app\skymis\ROOT:为项目发布路径
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context path="" docBase="D:\app\skymis\ROOT" debug="0" reloadable="true" />
</Host>
访问:http:localhost/ 或http:ip都可以