_context = arg0.getServletContext();
// General inits
this.instanceActiveSince = new Date();
arg0.getServletContext().setAttribute(ATTRIB_CORE, this);
WGFactory.setAuthModuleFactory(new WGAAuthModuleFactory(this));
WGFactory.setMimetypeDeterminationService(new WGAMimetypeDeterminationService());
// Create temp dir
File mainTempDir = new File(System.getProperty("java.io.tmpdir"));
this.wgaTempDir = new File(mainTempDir, ".wgatemp");