JCFS Client configuration

To configure your client application you have to write a standard Java properties file like the one below and call "JCFS.configure"
# configure discovery service
# this has to be a broadcast or multicast address
cluster.udp.address=127.255.255.255
cluster.udp.port=64000

# use "search file" to open files in read-mode
read.search=true
# maximum number of connections
max.connections=100

# loopback mode (only for testing)
loopback=false
loopback.dir=loopback

# use discovery to find servers
discovery=true

# static server list
#server.1=staticserver1:staticserverport
#server.2=staticserver2:staticserverport
#server.3=staticserver3:staticserverport
#server.4=staticserver4:staticserverport