} catch (Exception e) {}
}
public static void main(String[] args) throws Exception {
contextHandler = new ContextHandler();
contextUtil = new ContextUtil();
StringBuilder request = new StringBuilder();
if (args.length > 0) {
File reqFile = new File(args[0]);
if (logger.isDebugEnabled()) {
logger.debug("Using request file: " + reqFile.getAbsolutePath());