先在tomcat下的conf下找到server.xml文件,用記事本打開後web
將tomcat端口設置成80tomcat
在<Host> 標籤裏面加入 <Context path="" docBase="你的項目名" debug="0" reloadable="true"> 以下面:app
<Host name="你的域名" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">webapp
<Context path="" docBase="你的項目名" debug="0" reloadable="true" />spa
</Host> debug