18143453325 在线咨询 在线咨询
18143453325 在线咨询
所在位置: 首页 > 营销资讯 > 建站知识 > 网站配置域名,超简单,超详细

网站配置域名,超简单,超详细

时间:2023-02-04 16:20:01 | 来源:建站知识

时间:2023-02-04 16:20:01 来源:建站知识

1. 本文以 linux系统(centos 7),tomcat8.0容器作为生产环境(tomcat8.0 以前的版本感觉太老了。。。)。

直接上配置文件(tomcat根路径下conf目录中的server.xml文件)







知道大家比较懒,我复制了一份给大家,粘贴可用
<Service name="Catalina">
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<Connector port="8010" protocol="AJP/1.3" redirectPort="8443" />
<Engine name="Catalina" defaultHost=".com">
<Realm className="org.apache.catalina.realm.LockOutRealm">
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase"/>
</Realm>
<Host name=".com" appBase="webapps"
unpackWARs="true" autoDeploy="true">
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
prefix="localhost_access_log" suffix=".txt"
pattern="%h %l %u %t &quot;%r&quot; %s %b" />
<Context docBase="/home/cm/tomcat8/webapps/cm-web" path="" reloadable="true "></Context>
</Host>
</Engine>
</Service>


更多内容查看:



关键词:简单,详细,配置

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭