Hello - I am having a hard time figuring out how to change the IP address of the XMLblaster server from my java program.
For example, when I make a new Global object instance like this: final Global glob = new Global(); I believe the IP address of the server is read from a properties file embedded in the jar file. By default it is set to localhost. I would prefer to not have to mess with this file. Is there a way I can change the IP address programmatically?? Thanks, Blake
