<%-- Created by IntelliJ IDEA. User: jhu Date: 2020/10/5 Time: 11:06 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <% String basePath = request.getScheme() +"://" +request.getServerName() +":" +request.getServerPort() +request.getContextPath() +"/"; pageContext.setAttribute("bastPath",basePath); %> >