// configure global stack properties
binder.bindMap(DefaultRuntimeProperties.PROPERTIES_MAP).put(
ServerModule.CONFIGURATION_LOCATION,
configurationLocation);
CommonsJdbcEventLogger logger = new CommonsJdbcEventLogger();
QueryLogger.setLogger(logger);
binder.bind(JdbcEventLogger.class).toInstance(logger);
// configure known DbAdapter detectors in reverse order of popularity. Users can
// add their own to install custom adapters automatically