January 2002
Beginner
480 pages
13h 15m
English
If the satellite server is going to be running on the same host as the main server, and from the same directory (indeed, in this example, we’ve named the satellite server’s configuration file jabber_conf.xml to distinguish it from the main server’s jabber.xml file), make sure a different location for storing the PID file is specified:
<jabber>
<service id="conflinker">
...
</service>
<service id='conf.yak'>
...
</service>
<pidfile>jabber_conf.pid</pidfile>
</jabber>
Read now
Unlock full access