<%@ taglib uri="tags-c" prefix="c" %> <%@ taglib uri="tags-html" prefix="html" %> <%@ taglib uri="tags-bean" prefix="bean" %> <% String protocol = request.getProtocol(); if(protocol.startsWith("HTTPS")){ protocol = "https://"; }else{ protocol = "http://"; } String pathToRoot = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; String pathToShare = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/.."; %> <bean:message key="cache.title"/>