配置tomcat,实现域名访问项目

首先,配置tomcat端口号为80,配置方法:配置tomcat,访问端口改为80

然后,配置访问项目时候,不用项目名,配置方法:配置tomcat,使访问项目时候无项目名

最后,配置tomcat的server.xml文件, defaultHost的默认值是localhost。修改成你的域名

<Engine name="Catalina" defaultHost="api.xxxx.cn">

同理:

<Host name="api.xxxx.cn"  appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">

配置完成。如图:

配置tomcat,实现域名访问项目

亲测好使。。。

上一篇:TypeMismatchException: Provided id of the wrong type for class zhongfucheng.user.entity.User.


下一篇:高可用Hadoop平台-Flume NG实战图解篇