String webRootPath = getServletContext().getRealPath("/").replace('\\', '/');
out.println("debug web root path: " + webRootPath);
String webRootPath = getServletContext().getRealPath("/").replace('\\', '/');
out.println("debug web root path: " + webRootPath);