Re: [Zope] how can I run two zope on the same machine?
Change the port number in the z2.py file (root of zope instance) line 335 # Port for HTTP Server. The standard port for HTTP services is 80. HTTP_PORT=8080 line 347 # Port for the FTP Server. The standard port for FTP services is 21. FTP_PORT=8021 yan zhang <yanzhang868@yahoo.com> on 09/25/2002 07:04:35 PM To: zope@zope.org cc: Subject: [Zope] how can I run two zope on the same machine? Hi there, I have one zope server running right now. I would like to set up a new one for different project on the same machine. Is it possible for me to run it on any other port other than 8080? If so, how can I do it? Thanks Yan __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Eric, I got it. But I didn't change the FTP server port. Is it OK? Thanks Jin --- eric.n.dunn@bankofamerica.com wrote:
Change the port number in the z2.py file (root of zope instance)
line 335 # Port for HTTP Server. The standard port for HTTP services is 80. HTTP_PORT=8080
line 347 # Port for the FTP Server. The standard port for FTP services is 21. FTP_PORT=8021
yan zhang <yanzhang868@yahoo.com> on 09/25/2002 07:04:35 PM
To: zope@zope.org cc: Subject: [Zope] how can I run two zope on the same machine?
Hi there,
I have one zope server running right now. I would like to set up a new one for different project on the same machine. Is it possible for me to run it on any other port other than 8080? If so, how can I do it?
Thanks
Yan
__________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
__________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
On Thu, Sep 26, 2002 at 07:41:35AM -0400, eric.n.dunn@bankofamerica.com wrote:
Change the port number in the z2.py file (root of zope instance)
You don't need to change the z2.py file. There are command-line args to z2.py. Read z2.py to find out what they are. --PW -- Paul Winkler "Welcome to Muppet Labs, where the future is made - today!"
participants (3)
-
eric.n.dunn@bankofamerica.com -
Paul Winkler -
yan zhang