// Starting other non-servlet services
this.deployer = new WGPDeployer(this);
this.getServletContext().setAttribute(WGACore.ATTRIB_DEPLOYER, this.deployer);
if (this.eventManager == null) {
this.eventManager = new EventManager(this);
}
// Create the statistics object
_usageStatistics = new WGAUsageStatistics(this);