Persist config changes to disk. Clear all config changes (so that no notification will be
fired) by the ConfigInterceptor. Overlay the runtime config context with the modified
admin context.
ctx.flush(OVERWRITE);
ctx.resetConfigChangeList();
//((ServerContextImpl)ApplicationServer.getServerContext()).setConfigContext(ctx);