Running Zope on Mac OS 10.2.6. I know Zope runs on port 8080, but I have something else ruinning there. How can I change the port # zope runs on? -- David Passmore dpassmore@fastmail.fm -- http://www.fastmail.fm - Email service worth paying for. Try it for free
On Wed, Jul 16, 2003 at 10:15:33PM -0500, David Passmore wrote:
Running Zope on Mac OS 10.2.6. I know Zope runs on port 8080, but I have something else ruinning there. How can I change the port # zope runs on?
Read z2.py. All the start-up options are described in the docstring at the beginning. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's TERA SLICK THING FISH! (random hero from isometric.spaceninja.com)
Hi David, David Passmore wrote:
Running Zope on Mac OS 10.2.6. I know Zope runs on port 8080, but I have something else ruinning there. How can I change the port # zope runs on?
see z2.py for reference of options. These can be given in the start script. Regards Tino Wildenhain
On Fri, Jul 18, 2003 at 06:35:58AM +0200, Tino Wildenhain wrote:
Hi David,
David Passmore wrote:
Running Zope on Mac OS 10.2.6. I know Zope runs on port 8080, but I have something else ruinning there. How can I change the port # zope runs on?
for ports below 1024, you'll need to be root so that ZOpe can bind to the port (on Unix systems). Otherwise you can select the http port like this: ./start -X -w9080 the "-X" disables all services, while "-w" explicitly enables the http server and assigns the port number. HTH, uwe -- Uwe Schuerkamp, Nionex GmbH http://www.nionex.com/ Uwe.Schuerkamp@nionex.net FON: +49 (0)5241 / 80 10 66, FAX: / 806 23 38 GnuPG KeyID: 5887047D Avenwedder Str. 55, 33311 Guetersloh GnuPG Fingerprint: 2E 13 20 22 9A 3F 63 7F 67 6F E9 B1 A8 36 A4 61
participants (4)
-
David Passmore -
Paul Winkler -
Tino Wildenhain -
Uwe Schuerkamp