" </shutdown>" +
"</configuration>" +
"";
ConfigurationLoader loader = new ConfigurationLoader(server);
Reader reader = new BufferedReader(new StringReader(config));
loader.startup(reader);
Hashtable env = new Hashtable();
env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.rmi.registry.RegistryContextFactory");
env.put(Context.PROVIDER_URL, "rmi://localhost:" + port);
InitialContext ctx = new InitialContext(env);