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







知道大家比較懶,我復制了一份給大家,粘貼可用
<Ser" />

国产成人精品无码青草_亚洲国产美女精品久久久久∴_欧美人与鲁交大毛片免费_国产果冻豆传媒麻婆精东

18143453325 在線咨詢 在線咨詢
18143453325 在線咨詢
所在位置: 首頁 > 營銷資訊 > 建站知識 > 網(wǎng)站配置域名,超簡單,超詳細

網(wǎng)站配置域名,超簡單,超詳細

時間:2023-02-04 16:20:01 | 來源:建站知識

時間:2023-02-04 16:20:01 來源:建站知識

1. 本文以 linux系統(tǒng)(centos 7),tomcat8.0容器作為生產(chǎn)環(huán)境(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>


更多內(nèi)容查看:



關鍵詞:簡單,詳細,配置

74
73
25
news

版權所有? 億企邦 1997-2025 保留一切法律許可權利。

為了最佳展示效果,本站不支持IE9及以下版本的瀏覽器,建議您使用谷歌Chrome瀏覽器。 點擊下載Chrome瀏覽器
關閉