Hi, <dtml-newbie magnitude="400%"> I downloaded Zope three days ago, and I have been playing with it for the last 70 hours in a row (is it addictive? :) Anyway, I downloaded the NT version and installed it as a system service. How can I bind it to a different port? For instance, on my linux box I modified the start script to use -P 0 so HTTP would be on port 80 and FTP on 21. How do I do that in NT? </dtml-newbie> Thanks a lot! -- [ c a r l o s c a r n e r o ] [ r t v c o m e r c i a l ] [ t e x e l @ r t v c . c o m . c u ]
Carlos, Assuming Zope is running as a service: Open regedit, navigate to and open hkey_local_machine/system/currentcontrolset/services/<zope_service_name>. You should see a key called parameters, double click this and a dialog box pops up. This text-entry is the command used to start Zope, the normal options work so you can set the port base with -P as normal, setting it to -P 0 should do what you ask. hth phil phil.harris@zope.co.uk ----- Original Message ----- From: "Carlos A. Carnero Delgado" <texel@rtvc.com.cu> To: <zope@zope.org> Sent: 16 May 2000 21:46 Subject: [Zope] ZServer port numbers under NT
Hi,
<dtml-newbie magnitude="400%">
I downloaded Zope three days ago, and I have been playing with it for the last 70 hours in a row (is it addictive? :)
Anyway, I downloaded the NT version and installed it as a system service. How can I bind it to a different port? For instance, on my linux box I modified the start script to use -P 0 so HTTP would be on port 80 and FTP on 21. How do I do that in NT?
</dtml-newbie>
Thanks a lot! -- [ c a r l o s c a r n e r o ] [ r t v c o m e r c i a l ] [ t e x e l @ r t v c . c o m . c u ]
_______________________________________________ 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 )
participants (2)
-
Carlos A. Carnero Delgado -
Phil Harris