getManager().getInstance(comps.get(1));
getInstanceByName("scope");
getManager().getInstance(comps.get(2));
contextFactory.destroyApplicationContext(null);
contextFactory.destroySessionContext(session);
contextFactory.destroyRequestContext(null);
}
}