@BeforeClass
public static void setUpBeforeClass() throws Exception {
// Start servlet container for running the CamelHttpTransportServlet
String webxml = "org/apache/camel/component/gae/http/web-combined.xml";
InputStream is = new ClassPathResource(webxml).getInputStream();
servletRunner = new ServletRunner(is, CTX_PATH);
HttpUnitOptions.setExceptionsThrownOnErrorStatus(true);
is.close();
// Start servlet container for running the GHttpTestServlet
testServer.start();