// ByteArrayOutputStream out = new ByteArrayOutputStream();
driver.setOutputStream(response.getOutputStream());
if (log4j.isDebugEnabled())
log4j.debug("driver.run()");
driver.run();
/*
* log4j.info("Beginning of out.toByteArray()"); byte[] content = out.toByteArray();
* log4j.info("Beginning of response.setContentLength");
* response.setContentLength(content.length);log4j.info(
* "Beginning of response.getOutputStream().write(content)");