//do logging here if necessary
PropertyConfigurator.configure(getServletContext().getRealPath("/") + "WEB-INF/classes/servletLog.properties"); log = Logger.getLogger(LoggerSkel.class); log.debug("Instance created of: " + getClass().getName());