Continuum on Resin

(from Tomasz Pik)

Continuum 1.1-alpha-1 on Resin 3.1.0

JSP Parser problems

Due to issue in JSP implementation (see http://bugs.caucho.com/view.php?id=1595) Continuum will not work on resin 3.1.0 without modification.
When JSP parser reports error like this one:

Apr 20, 2007 10:54:13 PM com.caucho.log.EnvironmentLogger log
WARNING: /WEB-INF/jsp/navigations/DefaultTop.jsp:20: The taglib prefix 'ww' must be defined before any matching prefixes are used.

18:    --%>
19:
20:  <%@ taglib uri="/webwork" prefix="ww" %>
21:  <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
22:  <%@ taglib uri="/plexusSecuritySystem" prefix="pss" %>

given file must be edited and all reported lines (with taglib definitions) must be removed from source code - those taglibs are already defined in files those files reported in errors.

System configuration

Continuum uses Log4j for logging. Default configuration using appserver.base system property as a root and then create log file in logs subdirectory.

<system-property appserver.base='/path/to/dir'/>

in resin.conf file will ends up with /path/to/dir/logs/continuum.log file

Database settings

T.B.D.

  • No labels