Index: lams_tool_forum/web/includes/header.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/Attic/header.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/includes/header.jsp 13 Sep 2005 04:14:41 -0000 1.3 +++ lams_tool_forum/web/includes/header.jsp 19 Oct 2005 05:55:59 -0000 1.4 @@ -1,19 +1,11 @@ <%@ include file="/includes/taglibs.jsp" %> <% -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()+"/../../../.."; + String LAMS_WEB_ROOT="/lams"; %>