ProLinga-Run Project |
---|
prolingarund — Run Web Service daemon.
prolingarund
prolingarund
--version
The prolingarund 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 Run Command requests to arrive. Since the process is a fork, the prompt will return. Projects like ProLinga-Web can now be used to send requests to this Web Service. prolingarund will get the information as hostname and TCP portnumber where the service needs to bind to from the configuration file etc/prolingaruncfg.xml.
An example automatic Run startup script for Linux is available as
file prolingarund.init
. This file can be copied and renamed to
/etc/rc.d/init.d/prolingarund
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/prolingarund
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.
<< prolingarun | Configuration File >> |