Bill Anderson wrote:
Chris McDonough wrote:
David,
It's certainly possible to run more than one instance of Zope on a single machine.
The easiest way to do this may to be to use the source Zope release and to untar it into a totally separate directory from your existing Zope install. Compile it then edit the z2.py script and change the HTTP_PORT, FTP_PORT, and MONITOR_PORT fields.
This is assuming you just want to use ZServer and don't care to use PCGI or FastCGI with another webserver.
Note that if you are running multiple instances of Zope w/PCGI or fastCGI, each will still need to have it's own port.
Unless, of course, if you're using Zope+PCGI+Apache and you're using VirtualHosts, in which case you can use 127.0.0.1:80, 127.0.0.2:80, etc... -- Nick Garcia | ngarcia@codeit.com CodeIt Computing | http://codeit.com