<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid16915.36828.14937.106650@gargle.gargle.HOWL"
 type="cite">
  <pre wrap=""><!---->
What does this mean? To use something like "zeoctl command"?
  </pre>
</blockquote>
zeoctl seems to daemonize a process, which will come in handy on the
Windows side. <br>
<blockquote cite="mid16915.36828.14937.106650@gargle.gargle.HOWL"
 type="cite">
  <pre wrap="">
In this case, you would need to look for the "runner" section
of "zdaemon".

For such a "daemon", I use the following configuration:

%define LOG_BASE        $(env LOG_BASE,logs)

&lt;runner&gt;
  daemon    true
  program   to_be_overridden_by_command_line
  socket-name   $LOG_BASE/checkindexer_zdsock
&lt;/runner&gt;
  </pre>
</blockquote>
The runner params are pretty neat. I am sure I'll need them in the
future. <br>
<blockquote cite="mid16915.36828.14937.106650@gargle.gargle.HOWL"
 type="cite">
  <pre wrap="">

The "$(env ...)" construct is a private extension to "zconfig"
(posted to the mailing list, but almost surely not incorporated
into the core). This means, it is not available for you.
  </pre>
</blockquote>
<br>
Thank you for pointing this out. <br>
My question was more basic than this, and not really pertaining to this
e-list. I just had no clue where to ask it. <br>
My question is: How do I run a zeo client session purely from the
command line? "runzeo.py" is the command line server portion. The doc
implies that a client could also be run from the command line, feeding
in an XConfig parameter file. But it gives no more info. It is a
mystery from that point forward.<br>
<br>
Thanks for your help!<br>
Gloria<br>
<br>
</body>
</html>