import javax.servlet.annotation.WebListener;
import compbio.cassandra.CassandraNativeConnector;
+import compbio.engine.ProteoCachePropertyHelperManager;
+import compbio.util.PropertyHelper;
/**
* Application Lifecycle Listener implementation class ContextListener
public class ContextListener implements ServletContextListener {
private ScheduledExecutorService webjob_scheduler;
CassandraNativeConnector db = new CassandraNativeConnector();
+ static PropertyHelper ph = ProteoCachePropertyHelperManager.getPropertyHelper();
/**
* @see ServletContextListener#contextInitialized(ServletContextEvent)