If you (in regedit) go to HKEY_local_machine/system/services You will see your zope instances listed there. If youthen go into each of the instances and click on the 'parameters' key on the right side of the regedit window will be a string value called 'start'. You need to edit this string for both of your instances so that they have the port numbers you want. Mine for instance says: "D:\zope_dev\bin\python.exe" "D:\zope_dev\z2.py" -S -P 12000 where 12000 is the base port number for my instance. this gives you Zope http on 12080, ftp on 12021 and console on 12099. HTH Phil Harris phil.harris@zope.co.uk ----- Original Message ----- From: "Chris Withers" <chrisw@nipltd.com> To: <zope@zope.org> Sent: Friday, May 05, 2000 1:08 PM Subject: [Zope] Zope, NT & Different Ports
Hi,
I'd like to run two instances of Zope on my NT4 machine (one for development and one for use...)
How can I set the port numbers when they're running as services?
cheers,
Chris
_______________________________________________ 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 )