// Register remote object with unique name (for this machine)
String name = "NodeServer-"+System.currentTimeMillis();
try {
Remote object = new ClientFileServerImpl(handler, conf);
Naming.rebind (name, object);
logger.info("Registered remote object as " + name);
// Create the folder which will contain the files