Is it possible to programatically reset a node's jppf.server.host value? (I noticed that this is not supported by JMXNodeConnectionWrapper, but was wondering if I could modify it to support this operation.) Does changing a communication setting require restarting the node?
Why would I want to do this? I'm interested in using Amazon Ec2 instances as jppf nodes (with the jppf driver on one of my local systems). To do this in a flexible way, I need to set the node's driver after the Ec2 instance is created. Using a jppf config file means that the nodes are locked into one driver. Ec2 does not support multicast, so using jppf's auto-discovery is not an option.
thanks