我已经卸载了Plone,但它的主页一直显示在http:// localhost:8080 /

时间:2022-11-16 07:23:05

I have uninstalled Plone, but it's home page keeps showing up at http://localhost:8080/

我已经卸载了Plone,但它的主页一直显示在http:// localhost:8080 /

That is, when I go to http://localhost:8080/ I see:

也就是说,当我去http:// localhost:8080 /我看到:

Plone

Zope & Plone are now up and running.

Zope&Plone现在正在运行。

* Your Plone site has not been added yet: Click here to create a Plone site.
* Use the Zope Management Interface.
* Plone.Org — documentation, add-ons, support, community.

I have installed Liferay and need to start working with that. I need to be able to see the Liferay homepage when I got to http://localhost:8080 - it's not a cached page, as I have cleared that several times.

我安装了Liferay,需要开始使用它。当我到达http:// localhost:8080时,我需要能够看到Liferay主页 - 它不是缓存页面,因为我已经多次清除它。

1 个解决方案

#1


From your description it sounds like you've maybe deleted the Plone instance from the Zope database but you still have Zope running. Plone is a product that runs inside the Zope application platform. Kill the Zope process and it will no longer bind to port 8080.

根据您的描述,听起来您可能已从Zope数据库中删除了Plone实例,但您仍然可以运行Zope。 Plone是一款在Zope应用平台内运行的产品。杀死Zope进程,它将不再绑定到端口8080。

#1


From your description it sounds like you've maybe deleted the Plone instance from the Zope database but you still have Zope running. Plone is a product that runs inside the Zope application platform. Kill the Zope process and it will no longer bind to port 8080.

根据您的描述,听起来您可能已从Zope数据库中删除了Plone实例,但您仍然可以运行Zope。 Plone是一款在Zope应用平台内运行的产品。杀死Zope进程,它将不再绑定到端口8080。