// } catch (IOException ioe) {
// System.out.println(ioe.getMessage());
// }
if (file != null) {
System.out.println(pageContext.getSession().getId());
Graph g = new Graph();
GraphBuilderServlet.addImage(pageContext.getSession().getId(), g.createGraph(pageContext.getRequest().getRealPath(file)));
String image = "<img src='GraphBuilderServlet' />";
try {
pageContext.getResponse().getWriter().print(image);
} catch (IOException ioe) {