ZOPE has runzope.bat ZEO lacks runzeo.bat in win32
Hi, testing Zope/ZEO Client + ZEO Server in Windows XP (not happy about XP though) I noticed that mkzopeinstance.py generates a nice runzope.bat from a skeleton template: runzope.bat.in. But, there are no runzeo.bat counterpart! So I made a little runzeo.bat.in: <runzeo.bat.in> @set PYTHON=<<PYTHON>> @set ZOPE_HOME=<<ZOPE_HOME>> @set INSTANCE_HOME=<<INSTANCE_HOME>> @set SOFTWARE_HOME=<<SOFTWARE_HOME>> @set CONFIG_FILE=<<INSTANCE_HOME>>\etc\zeo.conf @set PYTHONPATH=%SOFTWARE_HOME% @set ZEO_RUN=%SOFTWARE_HOME%\ZEO\runzeo.py "%PYTHON%" "%ZOPE_RUN%" -C "%CONFIG_FILE%" %1 %2 %3 %4 %5 %6 %7 </runzeo.bat.in> Just dropping that at <<ZOPE_HOME>>\skel\bin should do the trick, but it seems that mkzeoinstance.py does not use skeletons! I guess it would be a bit awkward to have runzeo.bat created by mkzopeinstance.py instead of mkzeoinstance, right ? I don't know if is there any interest in convert mkzeoinstance.py to use skeletons (instead of code embeeded templates) ? But since it was being discussed the importance of enhancing Windows users experience with Zope, I believe runzeo.bat would be a plus. So would be a zopectl counterpart, but that's a whole new ball game <wink>. regards, Senra
[Rodrigo Dias Arruda Senra]
testing Zope/ZEO Client + ZEO Server in Windows XP (not happy about XP though) I noticed that mkzopeinstance.py generates a nice runzope.bat from a skeleton template: runzope.bat.in.
But, there are no runzeo.bat counterpart! So I made a little runzeo.bat.in:
... Please add comments to the Collector issue already open against this: http://collector.zope.org/Zope/1388
On Thu, 12 Aug 2004 14:04:43 -0400
[Rodrigo Dias Arruda Senra]
But, there are no runzeo.bat counterpart! So I made a little runzeo.bat.in:
Tim Peters <tim.peters@gmail.com> wrote:
Please add comments to the Collector issue already open against this: http://collector.zope.org/Zope/1388
Done. Thank you for pointing that out. regards, Senra
participants (2)
-
Rodrigo Dias Arruda Senra -
Tim Peters