Index: lams_learning/web/error.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/error.jsp,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_learning/web/error.jsp 14 Sep 2005 01:06:39 -0000 1.1 @@ -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 + + +
+
+