Index: lams_learning/web/error.jsp =================================================================== diff -u --- lams_learning/web/error.jsp (revision 0) +++ lams_learning/web/error.jsp (revision a348516426db84df529227132d1ec66e801f500f) @@ -0,0 +1,48 @@ + + +<%@ taglib uri="/WEB-INF/struts/struts-html-el.tld" prefix="html-el" %> +<%@ taglib uri="/WEB-INF/struts/struts-logic.tld" prefix="logic" %> +<%@ taglib uri="/WEB-INF/jstl/c.tld" prefix="c" %> +<%@ page import="org.apache.struts.action.Action" %> +<% +String cprotocol = request.getProtocol(); +if(cprotocol.startsWith("HTTPS")){ + cprotocol = "https://"; +}else{ + cprotocol = "http://"; +} +String pathToShare = cprotocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/.."; +%> + + + + + + + +
+ Error occured + + +
+
+