New install on Debian, Tomcat 6.0, Sun 1.6.0.7. Java passes the SUN test page, Tomcat connects to 8080 and I can manage it. Tomcat manager also show centric as an application.
However, when I browse to 8080:/centric I get the error: "The included page caused a problem."
The only error I see in catalina.out is:
Throwable exception trying to forward to /templates/template1centric.jsp MESSAGE: /templates/template1centric.jsp(45,34) Attribute value !"true".equals(getPref(getServletConfig().getServletContext(), "OFFLINE_MODE")) is quoted with " which must be escaped when used within the value
org.apache.jasper.JasperException: /templates/template1centric.jsp(45,34) Attribute value !"true".equals(getPref(getServletConfig().getServletContext(), "OFFLINE_MODE")) is quoted with " which must be escaped when used within the value
I had previously tried the install with Tomcat 5.5 and Java 1.5 and got the same error.