iCMS.masterd
Class masterd
java.lang.Object
iCMS.masterd.masterd
public class masterd
- extends Object
masterd is a proxy for multiple cmsd servers
[-p] - port number
[-l] - debug logging level
-c - configuration file
[-q] - quiet mode
The config file has the following sample syntax:
LogFileName=master.log
LogBackupFileName=master.log-2
LogMaxFileSize=800000
NrOfCmsdClients=2
CmsdClientHostName-0=127.0.0.1
CmsdClientHostName-1=192.168.1.2
CmsdClientPortNr-0=60001
CmsdClientPortNr-1=60001
CmsdClientName-0=test 1
CmsdClientName-1=test2
MyToken=/cms/masterd
note that spaces are not allowed in either the label or the value
Revision Changes :
- 1.0.0 - initial version
- 2.0.0 - Release for GPL as iCMS
- 2.0.1 - Quiet now really means quiet
- 2.0.2 - Logging can roll-over
- Version:
- 2.0.2
- Author:
- Chris Lukassen
-

Method Summary |
static void |
main(String[] args)
main routine, pass the arguments of the server here, |
void |
masterd()
constructor, used to initialize libraries |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propsMan
protected PropertyManager propsMan
- the holder of all settings of the Server
masterd
public masterd()
masterd
public void masterd()
- constructor, used to initialize libraries
main
public static void main(String[] args)
- main routine, pass the arguments of the server here,
- Parameters:
args
- the arguments that were used to start the server