%@page errorPage="./exception/exceptionHandler.jsp" %> <%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%! String message = "";%> <%! String path = ""; %> <%! String uri = ""; %> <% //set the path and uri path = request.getContextPath(); uri = request.getRequestURI(); %>