Plone4.3.1 modify http port and plone4.3.1 port in windows

Source: Internet
Author: User
Tags plone

Plone4.3.1 modify http port and plone4.3.1 port in windows

The default HTTP service port of Plone is 8080.


After the Plone service is started, enter http: // 127.0.0.1: 8080 in the address bar to open the Plone management.

If this port is in use, modify it.

Plone is installed in c: \ plone43 by default, and the path is not selected during installation.


C: \ Plone43 \ parts \ instance \ etc \ zope. conf

It is relatively reliable to use notepad + for editing.


If version 4.3.1 is in line 41 of the file, change version 8080 to version 8086.

Stop the service in win7 and then start the Plone service.


The result is as follows:



The Cheetah does not need to use http. For a URL with a port, it will automatically complete the configuration.



How to check which program occupies a port in windows

If we need to determine who occupies our port 9050, 1. For Windows, execute the following command in the windows command line window: 1. view All port usage status C: \> netstat-ano local address external address status PIDTCP 127.0.0.1: 1434 0.0.0.0: 0 LISTENING 3236TCP 127.0.0.1: 5679 0.0.0.0: 0 LISTENING listen TCP 127.0.0.1: 7438 0.0.0.0: 0 LISTENING protocol TCP 127.0.0.1: 8015 0.0.0.0: 0 LISTENING 1456TCP 192.168.3.230: 139 0.0.0.0: 0 LISTENING 4TCP 192.168.3.230: 1957 Protocol: 443 ESTABLISHED 3068TCP 192.168.3.230: 2020 183.62. 96.189: 1522 ESTABLISHED 1456TCP 192.168.3.230: 2927 Protocol: 80 ESTABLISHED 4732TCP 192.168.3.230: 2929 Protocol: 80 protocol 4732TCP 192.168.3.230: 2930 Protocol: 80 ESTABLISHED 4732TCP 192.168.3.230: 2931 Protocol: 80 protocol 47322. check the usage of the specified port. C: \> netstat-aon | findstr "9050" protocol local address external address status: PIDTCP 127.0.0.1: 9050 0.0.0.0: 0 LISTENING 2016 P: Have you seen it, the port is occupied by a process with process no. 2016. Run the following command: (you can also go to the task manager. View the process corresponding to the pid) 3. view the PID Process C: \> tasklist | findstr "2016" image name PID session name session # memory usage ================== ================ please wait for a while before trying again later than then when there are too many other than tor.exe 2016 Console 0 16,064 KP: it is clear that the tor occupies your port.

How can I change the tomcat port number in windows?

There is a conf directory under the tomcat installation directory, which contains web. xml. Open it and find the following tag.

<Connector port = "8080" protocol = "HTTP/1.1"
ConnectionTimeout = "20000"
RedirectPort = "8443" URIEncoding = "UTF-8"/>

Change the port 8080 you want.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.