ProLinga-Data Project |
---|
prolingadatd — Data Web Service daemon
prolingadatd
prolingadatd
--version
The prolingadatd program can be called from the command line without any arguments.
The program will then initialize and run as a daemon in memory waiting for Data
Command requests to arrive. Since the process
is a fork, the prompt will return. Programs like
prolingadatclient can
now be used to send requests to this Web Service. prolingadatd
will get the information
as hostname and TCP portnumber where the service needs to bind to
from the configuration file etc/prolingadatcfg.xml.
An example automatic Data startup script for Linux is available as
file prolingadatd.init
. This file can be copied and renamed to
/etc/rc.d/init.d/prolingadatd
and initialized using /sbin/chkconfig.
Make sure all paths are correct in this file.
The Web Service can then be started as /etc/rc.d/init.d/prolingadatd
start
. To stop the
argument stop
can be used.
You need to have root access for this. The binary rpm installation will perform
all these steps automatically.
<< prolingadatclient | Configuration File >> |