------ Guide to Install Continuum on Geronimo ------ Emmanuel Venisse ------ Oct 25 2007 ------ Guide to Install Continuum on Geronimo Instructions for installing, deploying, configuring Continuum for Apache Geronimo. Sections: ~~%{toc|section=0} * {Datasource Configuration} Continuum uses two datasources (<<>> and <<>>). You can create one or two databases for them. Here, we create only one database '<<>>' used by both datasources. Look at {{{http://cwiki.apache.org/GMOxDOC20/configuring-database-pools.html}Configuring database pools}} in Geronimo User's Guide. * {Deployment Plan} When your datasource is created, before you install Continuum, you must create a <> like this one (Geronimo 2.0.2): ----------------------------- org.apache.continuum continuum 1.2 console.dbpool continuum org.apache.geronimo.configs javamail 2.0.2 car commons-lang commons-lang 2.2 jar org.apache.commons.lang. org.jaxen. /continuum jdbc/continuum continuum jdbc/users continuum mail/Session mail/MailSession ----------------------------- The '<<>>' string used in <<>> and <<<\>>> is the name of the datasource created in the previous part. <<>> is required by Continuum and must be installed in the geronimo repository. <<>> needs to be added as a <<<\>>> in the <<<\>>> section because of {{{https://issues.apache.org/jira/browse/GERONIMO-3894}GERONIMO-3894}} * {Install Continuum} To Install Continuum, you'll need the Continuum war and the deployment plan. Look at {{{http://cwiki.apache.org/GMOxDOC20/installing-and-removing-applications.html}Installing and removing applications}} in Geronimo. * {Continuum Configuration} By default, the '<<>>' and the '<<>>' are stored under the WEB-INF directory. If you want to change them (necessary on Windows due to the path length limitation), you can configure them in the {{{../administrator_guides/configuration.html}Configuration page}}.