@Test public void testDeploymentXmlExternalWarXmlTFF() throws Exception {
File war=createWar(WAR_XML_SOURCE,false);
createXmlInConfigBaseForExternal(war);
doTestDeployment(true,false,false,LifecycleState.STARTED,XML_COOKIE_NAME,true,false,false);
}