当前位置:懂科普 >

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://dongkepu.com/itkeji/degd7.html