public void init() throws Exception {
File webInf = new File(srcdir, "app3/WEB-INF");
File webXml = new File(webInf, "web.xml");
ServletRunner servletRunner = new PatchedServletRunner(webXml, "");
client = servletRunner.newClient();
filter = (WebxFrameworkFilter) client.newInvocation("http://www.taobao.com/app1").getFilter();
assertNotNull(filter);
components = filter.getWebxComponents();