context = config.getServletContext();
File contextDir = new File( context.getRealPath("/") );
brjs = ThreadSafeStaticBRJSAccessor.initializeModel( contextDir );
if (apiService == null) { apiService = new RestApiService(brjs); };
logger = brjs.logger(this.getClass());
}
catch (InvalidSdkDirectoryException e) {
throw new ServletException(e);
}