public void doGet(HttpServletRequest req, HttpServletResponse resp)
throws IOException {
LOGGER.severe("+++++++++++++++++++++++++++++++++++++++++++++klao");
ApplicationContext context = WebApplicationContextUtils.getRequiredWebApplicationContext(getServletContext());
IServiceLocator serviceLocator = (IServiceLocator)context.getBean("serviceLocator");
serviceLocator.init();
}