* @exception ServerLifecycleException if this subsystem detects a fatal
* error that prevents this subsystem from being used
*/
public void onReady(ServerContext sc) throws ServerLifecycleException {
serverStatus |= STATUS_READY;
AdminService adminService = AdminService.getAdminService();
if(adminService.isDas()) {
ConfigContext ctx = adminService.getAdminContext()
.getAdminConfigContext();
ConfigContextEventListener el = new LoadbalancerAdminEventListener();
ctx.addConfigContextEventListener(el);
}