rsvc.setProperty(RUNTIME_LOG_LOGSYSTEM, new Slf4jLogChute(log));
rsvc.setApplicationAttribute(SpringResourceLoaderAdapter.SPRING_RESOURCE_LOADER_KEY, factory);
rsvc.init();
velocityLoader = new SpringResourceLoaderAdapter();
velocityLoader.commonInit(rsvc, config);
velocityLoader.init(config);
}