%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="f"%>
<%
String path = request.getContextPath();
String serverName = request.getServerName();
if (serverName.contains("localhost")) {
serverName += ":" + request.getServerPort();
}
String basePath = "//" + serverName + path + "/";
%>