String jspFilePath = getServletContext().getRealPath(request.getRequestURI()).replace('\\', '/');
out.println("debug current file path: " + jspFilePath);
String jspFilePath = getServletContext().getRealPath(request.getRequestURI()).replace('\\', '/');
out.println("debug current file path: " + jspFilePath);