User Tools

Site Tools


osrf-devel:running_chop_chop

User Comments

Currently, the server takes all configuration commands from the command line. In time there will likely be a config file option as well. To run the server:

/path/to/jserver-c <port> <unix_sock> <log_level> [log_file]

port : TCP port the jabber server will listen on
unix_sock : UNIX domain socket file where the server whould listen for UNIX socket connections
log_level : 1-4 (ERROR, WARN, INFO, DEBUG)
log_file : Logs go here. If none is specified, logs go to stderr.

Chop Chop will eventually have automatic daemonization for process backgrounding. For the time being, an option is to run jserver-c with the nohup option:

nohup /path/to/jserver-c ...options... &
osrf-devel/running_chop_chop.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.