RequestContext requestContext = cycle.getRequestContext();
ApplicationServlet servlet = requestContext.getServlet();
ServletContext context = servlet.getServletContext();
IPropertySource propertySource = cycle.getEngine().getPropertySource();
Resource webInfLocation = new ContextResource(context, "/WEB-INF/");
Resource webInfAppLocation =
webInfLocation.getRelativeResource(servlet.getServletName() + "/");
readQuestions(
easyQuestions,
webInfAppLocation,
propertySource.getPropertyValue("easyquestionsfile"));