當前位置:生活全書館 >

IT科技

> 怎樣修改tomcat伺服器的埠

怎樣修改tomcat伺服器的埠

修改tomcat埠號的方法: 修改Server.xml檔案,把8080埠改成80就可以了。 8080是Tomcat伺服器的預設的埠號。我們可以通過修改Tomcat伺服器的conf目錄下的主配置檔案server.xml來更改.用記事本開啟server.xml檔案,找到如下部分: 以下為引用

tomcat的預設埠是8080,但該埠不是tomcat的唯一埠,可以通過修改tomat的配置檔案進行修改,下面說說修改tomcat伺服器埠的方法。

方法

首先在“我的電腦”中找到Tomcat的安裝目錄。

今天遇到個情況,裝了個BO,自帶個tomcat,這時就需要修改三個地方修改Tomcat的埠號:在預設情況下,tomcat的埠是8080,如果出現8080埠號衝突,用如下方法可以修改Tomcat的埠號:首先: 在Tomcat的根(安裝)目錄下,有一個conf資料夾,

怎樣修改tomcat伺服器的埠

在Tomcat的安裝目錄中找到“conf”檔案下的“server”檔案。

首先我們需要找到Tomcat目錄下面的Conf資料夾。找到server.xml檔案,將其開啟。 找到 這句話 只需要將這個8080修改為80即可 修改成功後,重新啟動伺服器。看看,只需要輸入localhost即可訪問Tomcat主頁了。

怎樣修改tomcat伺服器的埠 第2張

滑鼠右鍵點選在“開啟方式”的列表中選擇“記事本”開啟“server”檔案。

開啟tomcat所在的conf資料夾的server.xml檔案; 找到等程式碼,將8080改為自己想改的埠,並儲存退出; 修改後,重啟tomcat就可以了。

怎樣修改tomcat伺服器的埠 第3張

開啟檔案後使用快捷鍵“Ctrl+F”查詢port="8080" ,更改需要的埠號(更改的埠不能與當前使用的軟體有衝突,否則會導致Tomcat無法啟動),然後儲存關閉檔案。

如何修改Tomcat的埠號 Tomcat的預設埠號為8080,假如我們使用伺服器安裝Tomcat,使用網址訪問的時候,總是需要在後面加上8080埠,如何修改埠號。讓其和其他的網站一樣,直接輸入網址即可訪問呢? 方法/步驟 首先我們需要知道,http的默

怎樣修改tomcat伺服器的埠 第4張

修改埠後,重新啟動伺服器,在tomcat的安裝目錄下找到“bin”檔案件下的“startup”檔案,用滑鼠雙擊開啟伺服器。

http://jingyan.baidu.com/article/414eccf6150dc46b431f0afa.html tomcat的預設埠是8080,但該埠不是tomcat的唯一埠,可以通過修改tomat的配置檔案進行修改,開啟tomcat所在的conf資料夾的server.xml檔案; 找到等程式碼,將8080改為自己想

怎樣修改tomcat伺服器的埠 第5張

當出現“Server startup in "時間" ms”時說明伺服器啟動成功。

1、定位到Tomcat的安裝目錄:右鍵單擊Tomcat,選擇“屬性”,單擊“開啟檔案所在位置”; 2、在目錄“Tomcat7.0conf”下找到“server.xml”檔案,用VS或者其他能解譯xml檔案的工具開啟; 3、找到程式碼port=”8080”,將8080修改為80後,單擊“儲存”即可完成

怎樣修改tomcat伺服器的埠 第6張

瀏覽器中輸入“http://127.0.0.1:加上修改的埠號”按下回車鍵,若出現如下畫面則表示修改成功。

【Internet資訊服務】-【預設網站】的埠調整;2、修改Tomcat伺服器的重定向埠(redirectPort)號詳細步驟:修改Tomcat伺服器的重定向埠(redirectPort)號 a、進入Tomcat伺服器檔案目錄的“:Program FilesDAACSvrconf”中找到“server.xml

怎樣修改tomcat伺服器的埠 第7張

擴充套件閱讀,以下內容您可能還感興趣。

如何修改tomcat 預設埠?

首先我們需要找到zdTomcat目錄下面的Conf資料夾。找到server.xml檔案,將其開啟。

找到

<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>這句話

只需要將這個8080修改回為80即可

修改成功後,重新啟動伺服器答。看看,只需要輸入localhost即可訪問Tomcat主頁了。

怎麼修改tomcat伺服器的預設的8080埠

Tomcat伺服器安裝的時候預設的埠設定是8080,通常我一看到埠是8080的網站,我就猜測伺服器估計是Tomcat,一般來說網站的埠普遍

是80,apache伺服器的預設埠就是80,而80與8080埠有一點區別就是,如果你去訪問80埠的網站,那麼可以直接輸入域名訪問,而沒必要

帶上80,因為80是http協議的預設埠;但是,如果是訪問8080埠的網站,那麼在輸入域名以後還要加上8080才行。就是因為這個繁瑣的操作,

所以我每次都會修改下埠,修改方法可以參考下面:

(1)首先找到tomcat的安裝路徑,找到路徑conf資料夾下面的server.xml檔案,如下圖1所示。

圖1:server.xml所在路徑

(2)用文字編輯器開啟server.xml,修改其中埠,檔案中埠有很多,比如8005,8080,8009等等,別的都可以不用管,視情況修改就好,我只修改了8080埠為80,直接查詢8080替換成e799bee5baa6e79fa5e98193e78988e69d833133333966333080就OK了,修改後的檔案內容如下:

<?xml version='1.0' encoding='utf-8'?>

<!--

Licensed to the Apache Software Foundation (ASF) under one or more

contributor license agreements. See the NOTICE file distributed with

this work for additional information regarding copyright ownership.

The ASF licenses this file to You under the Apache License, Version 2.0

(the "License"); you may not use this file except in compliance with

the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

-->

<!-- Note: A "Server" is not itself a "Container", so you may not

define subcomponents such as "Valves" at this level.

Documentation at /docs/config/server.html

-->

<Server port="8005" shutdown="SHUTDOWN">

<!--APR library loader. Documentation at /docs/apr.html -->

<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />

<!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->

<Listener className="org.apache.catalina.core.JasperListener" />

<!-- Prevent memory leaks due to use of particular java/javax APIs-->

<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />

<!-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html -->

<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />

<Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />

<!-- Global JNDI resources

Documentation at /docs/jndi-resources-howto.html

-->

<GlobalNamingResources>

<!-- Editable user database that can also be used by

UserDatabaseRealm to authenticate users

-->

<Resource name="UserDatabase" auth="Container"

type="org.apache.catalina.UserDatabase"

description="User database that can be updated and saved"

factory="org.apache.catalina.users.MemoryUserDatabaseFactory"

pathname="conf/tomcat-users.xml" />

</GlobalNamingResources>

<!-- A "Service" is a collection of one or more "Connectors" that share

a single "Container" Note: A "Service" is not itself a "Container",

so you may not define subcomponents such as "Valves" at this level.

Documentation at /docs/config/service.html

-->

<Service name="Catalina">

<!--The connectors can use a shared executor, you can define one or more named thread pools-->

<!--

<Executor name="tomcatThreadPool" namePrefix="catalina-exec-"

maxThreads="150" minSpareThreads="4"/>

-->

<!-- A "Connector" represents an endpoint by which requests are received

and responses are returned. Documentation at :

Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)

Java AJP Connector: /docs/config/ajp.html

APR (HTTP/AJP) Connector: /docs/apr.html

Define a non-SSL HTTP/1.1 Connector on port 8080

-->

<Connector port="80" protocol="HTTP/1.1"

connectionTimeout="20000"

redirectPort="8443" />

<!-- A "Connector" using the shared thread pool-->

<!--

<Connector executor="tomcatThreadPool"

port="8080" protocol="HTTP/1.1"

connectionTimeout="20000"

redirectPort="8443" />

-->

<!-- Define a SSL HTTP/1.1 Connector on port 8443

This connector uses the JSSE configuration, when using APR, the

connector should be using the OpenSSL style configuration

described in the APR documentation -->

<!--

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"

maxThreads="150" scheme="https" secure="true"

clientAuth="false" sslProtocol="TLS" />

-->

<!-- Define an AJP 1.3 Connector on port 8009 -->

<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />

<!-- An Engine represents the entry point (within Catalina) that processes

every request. The Engine implementation for Tomcat stand alone

analyzes the HTTP headers included with the request, and passes them

on to the appropriate Host (virtual host).

Documentation at /docs/config/engine.html -->

<!-- You should set jvmRoute to support load-balancing via AJP ie :

<Engine name="Catalina" defaultHost="localhost" jvmRoute="jvm1">

-->

<Engine name="Catalina" defaultHost="localhost">

<!--For clustering, please take a look at documentation at:

/docs/cluster-howto.html (simple how to)

/docs/config/cluster.html (reference documentation) -->

<!--

<Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/>

-->

<!-- The request dumper valve dumps useful debugging information about

the request and response data received and sent by Tomcat.

Documentation at: /docs/config/valve.html -->

<!--

<Valve className="org.apache.catalina.valves.RequestDumperValve"/>

-->

<!-- This Realm uses the UserDatabase configured in the global JNDI

resources under the key "UserDatabase". Any edits

that are performed against this UserDatabase are immediately

available for use by the Realm. -->

<Realm className="org.apache.catalina.realm.UserDatabaseRealm"

resourceName="UserDatabase"/>

<!-- Define the default virtual host

Note: XML Schema validation will not work with Xerces 2.2.

-->

<Host name="localhost" appBase="webapps"

unpackWARs="true" autoDeploy="true"

xmlValidation="false" xmlNamespaceAware="false">

<!-- SingleSignOn valve, share authentication between web applications

Documentation at: /docs/config/valve.html -->

<!--

<Valve className="org.apache.catalina.authenticator.SingleSignOn" />

-->

<!-- Access log processes all example.

Documentation at: /docs/config/valve.html -->

<!--

<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"

prefix="localhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/>

-->

</Host>

</Engine>

</Service>

</Server>

(3)修改server.xml檔案以後,重啟tomcat伺服器,配置修改成功。

如何修改Tomcat的埠號

Tomcat的所有配置文百件度都在conf檔案問夾中,server.xml是核心配置檔案,開啟conf資料夾中的server.xml

<Connector port="8080"protocol="HTTP/1.1"

connectionTimeout="20000"

redirectPort="8443" />

將8080更改為對應埠即可答,此處版改為80埠。權

<Connector port="80"protocol="HTTP/1.1"

connectionTimeout="20000"

redirectPort="8443" />

重新啟動,檢視效果。

誰知道tomcat如何更改預設埠號?

開啟tomcat所在的conf資料夾的server.xml檔案;找到等程式碼,將8080改為自己想改的埠,並儲存退出;修改後,重啟tomcat就可以了。

如何修改tomcat埠號

tomcat的安裝目錄下有個百conf目錄,裡面放置的就是tomcat的配置檔案,其中有一個叫度server.xml,使用記事本打專開找到如下程式碼

<Connector port="8080" protocol="HTTP/1.1"

connectionTimeout="20000"

redirectPort="8443"

/>修改8080為你需要的埠號,重啟屬tomcat即可

標籤: tomcat 伺服器
  • 文章版權屬於文章作者所有,轉載請註明 https://shqsg.com/dianzi/v4qr1.html