* @throws Exception
*/
public JBossWebAppContext(WebDescriptorParser descriptorParser,WebApplication webApp, String warUrl)
throws Exception
{
super(null,new SessionHandler(), new Jsr77ServletHandler(), null);
setWar(warUrl);
((Jsr77ServletHandler)getServletHandler()).setWebAppContext(this);
_descriptorParser=descriptorParser;
_webApp=webApp;
//very important - establish the classloader now, as it is the one