标签:conf base 项目 ext names ace pps acea ble
域名访问项目
1,去掉访问路径的端口号:
找到 Tomcat 下的 conf 文件中的 server.xml,找到 8080 修改成 80,
2,项目绑定域名:
<Host name="要绑定的域名" debug="0" appBase="webapps" unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
<Context docBase="项目名" path="" reloadable="true" />
</Host>
标签:conf base 项目 ext names ace pps acea ble
原文地址:https://www.cnblogs.com/3b2414/p/9325057.html