Capek
When Capek must connect to a remote Manager at
uri, use this:
java org.egothor.robot.Capek -remote [-m uri] [-inject] [uri] ...
The default is a local run (in directory
dir) which is invoked by this:
java org.egothor.robot.Capek -local [-l dir] [-inject] [uri] ...
When
-inject option is used, then all extra
uri are passed to manager to
add them to the scheduler.
You can aso use
-daemon switch which ensures that
Capek never ends. Else Capek stops to operate after 1 minute of inactivity.
You can specify the location of the
RulesFile by the
egothor.rules.file system property. The default is
./rules if no local dir is given (see
-l option).
See also:
JavaProperties