extractFromJAR(tmpDir + JORAM_CONFIG_JAR, A3SERVERS_XML);
}
// update A3SERVERS_XML
A3CMLConfig conf = A3CML.getXMLConfig(tmpDir + A3SERVERS_XML);
A3CMLServer server = conf.getServer(serverId);
server.hostname = hostName;
A3CMLService service =
server.getService("org.objectweb.joram.mom.proxies.tcp.TcpProxyService");
service.args = port;
// write changes to A3SERVERS_XML file
A3CML.toXML(conf,null, tmpDir + A3SERVERS_XML);
if (debug)