------ Guide to Install Continuum on JBoss ------ Emmanuel Venisse ------ Nov 12 2007 ------ Guide to Install Continuum on JBoss Instructions for installing, deploying, configuring Continuum in JBoss. Tested with JBoss 4.2.2.GA and 4.0.5.GA. Sections: ~~%{toc|section=0} * {DataSource Configuration} * Copy {{{http://repo1.maven.org/maven2/org/apache/derby/derby/10.1.3.1/derby-10.1.3.1.jar}derby-10.1.3.1.jar}} into <<<$JBOSS_HOME/server/default/lib/>>> * Create a JDBC deployment configuration file named <<>> in <<<$JBOSS_HOME/server/default/deploy>>> with the following contents: +--------------------------------+ continuum jdbc:derby:../database/continuum;create=true org.apache.derby.jdbc.EmbeddedDriver sa 5 20 5 +--------------------------------+ * Create a JDBC deployment configuration file named <<>> in <<<$JBOSS_HOME/server/default/deploy>>> with the following contents: +--------------------------------+ users jdbc:derby:../database/users;create=true org.apache.derby.jdbc.EmbeddedDriver sa 5 20 5 +--------------------------------+ With <<<../database>>> used for the derby db path, databases will be created into <<<$JBOSS_HOME>>> * {Mail Configuration} Edit <<<$JBOSS_HOME/server/default/deploy/mail-service.xml>>> * {Install Continuum} To Install Continuum, you'll need the Continuum war. Extract the Continuum war into <<<$JBOSS_HOME/server/default/deploy/continuum.war>>> * {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}}. By default, Continuum logs are stored into <<<${appserver.base}/logs/>>>. appserver.base is a system property. If you don't define it in the JBoss startup script, it will be empty, so the Continuum logs directory will be at the root of your disk. If you want to use another location, you should modify <<<$JBOSS_HOME/server/default/deploy/continuum.war/WEB-INF/classes/log4j.xml>>>