checkWriteAccess();
ConfigServerImpl cs = (ConfigServerImpl) config.getConfigServer(password);
CFMLEngineFactory factory = cs.getCFMLEngine().getCFMLEngineFactory();
synchronized(factory){
try {
factory.restart(cs.getPassword());
}
catch (Exception e) {
throw Caster.toPageException(e);
}
}