protected void setUp() throws Exception {
super.setUp();
ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
URL warDir = classLoader.getResource("deployables/war1/");
deployable = new WebDeployable(warDir);
config = new WARConfiguration(deployable);
ddBeanRoot = deployable.getDDBeanRoot();
configRoot = (WebAppDConfigRoot) config.getDConfigBeanRoot(ddBeanRoot);
}