<%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html-el" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ page import="org.apache.struts.action.Action" %> <%@ page import="org.apache.struts.action.ActionErrors" %> <% String cprotocol = request.getProtocol(); if(cprotocol.startsWith("HTTPS")){ cprotocol = "https://"; }else{ cprotocol = "http://"; } String rootPath = cprotocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/"; %> Error occured