welcomes[0] = "index.html";
welcomes[1] = "foo.html";
for (int i = 0; i < 100; i++) {
String hostN = "test" + i + ".com";
mapper.addContext(hostN, "", "context0", new String[0], null, null);
mapper.addContext(hostN, "/foo", "context1", new String[0], null, null);
mapper.addContext(hostN, "/foo/bar", "context2", welcomes, null, null);
mapper.addContext(hostN, "/foo/bar/bla", "context3", new String[0], null, null);
mapper.addWrapper(hostN, "/foo/bar", "/fo/*", "wrapper0");