<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false"%> <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <% String contextPath = ""; // 루트 String resourcePath = "/html/manuals/resources"; //리소스경로 //String cloudPath = "/html/manual/resources"; //Dlocal debugging String cloudPath = "https://d216tbzc6vszqx.cloudfront.net/html/manuals/resources"; //CloudFront (Seoul to Global) pageContext.setAttribute("contextPath", contextPath); pageContext.setAttribute("resourcePath", resourcePath); pageContext.setAttribute("cloudPath", cloudPath); %>