I confirm that it is working again now, after clearing the Firefox cache at
my end.
The CrossWire http://crosswire.org/wiki wiki is still down, but I expect
this is due to the NOC problems as advised by Troy.
-- David
Peter von Kaehne wrote:
>
> That is because Apache did not proxy through t
That is because Apache did not proxy through to Tomcat, but tried to
read and make sense of JSP pages.
It is working now though.
Peter
David Haslam wrote:
> Not the only error!
>
> The bottom of the page looks like:
>
> <%@ include file="project-blurbs/glosung.jsp" %> <%@ include
> file="proj
Not the only error!
The bottom of the page looks like:
<%@ include file="project-blurbs/glosung.jsp" %> <%@ include
file="project-blurbs/bibledit.jsp" %> <%@ include
file="project-blurbs/dreambeamer.jsp" %> <% } %> <% if
("About".equals((String)request.getParameter("section"))) { %> <%@ incl
The top of the main page has this today, as viewed in Firefox 3.0.4
<%@ page import="java.util.Vector" %> <% String ua = request.getHeader(
"User-Agent" ); boolean isMSIE = ( ua != null && ua.indexOf( "MSIE" ) != -1
); response.setHeader( "Vary", "User-Agent" ); %> <% if( isMSIE ){ %> <% }
else