iCMS.masterd
Class masterd

java.lang.Object
  extended by 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 :

Version:
2.0.2
Author:
Chris Lukassen
 

Field Summary
protected  PropertyManager propsMan
          the holder of all settings of the Server
 
Constructor Summary
masterd()
           
 
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
 

Field Detail

propsMan

protected PropertyManager propsMan
the holder of all settings of the Server

Constructor Detail

masterd

public masterd()
Method Detail

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