[Zope] Changing the port Zope runs on (Zope Service)
brabander
brabander@fsw.LeidenUniv.nl
Tue, 16 Jul 2002 12:28:36 +0200
Either add -w80 to your start string in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Website\Parameters\star
t
(Website is the name of your zope install);
or edit your z2.py file and change HTTP_PORT=8080 to 80.
cb
-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
Michael Fox
Sent: dinsdag 16 juli 2002 4:57
To: zope@zope.org
Subject: [Zope] Changing the port Zope runs on (Zope Service)
Hi *,
How can I change the port Zope runs on when Zope is running as a WinNT
Service?
After adding the -w80 switch to start.bat and restarting the Zope Service,
Zope is still publishing on port 8080?
Am I missing something here?
Regards,
Michael
_______________________________________________
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 )