Personal tools
You are here: Home Documents How-to 複数のバージョンの Zope/Plone を起動する

複数のバージョンの Zope/Plone を起動する

Document Actions
ベータ版のテストなどで、Zope/Plone のバージョン間の違いを比べたい場合があります。これには各バージョンの使用ポート番号を変更する事で実現できます。

ポート番号の変更

方法は簡単です。まず、異なるバージョンの Zope をインストールしたのち、それぞれのインスタンスを作成します。

次に、各インスタンス以下にある etc/zope.conf 内のポート番号指定箇所

<http-server>
  # valid keys are "address" and "force-connection-close"
  address 8080
  # force-connection-close on
</http-server>

の address の値を重ならないように変更します。使われていないポート番号は netstat などで確認すると良いでしょう。

これで複数の Zope/Plone を起動する事が出来ます。

This How-to applies to: Any version.

by Katsuhiko Yoshida last modified 2007-07-06 01:47

Powered by Plone, the Open Source Content Management System