------ Guide to Install Continuum on Jetty ------ Emmanuel Venisse ------ Nov 12 2007 ------ Guide to Install Continuum on Jetty Instructions for installing, deploying, configuring Continuum for Jetty. Tested with Jetty 6.1.5. Sections: ~~%{toc|section=0} * {Datasource Configuration} * Create a JDBC resource named '<>' * Create a JDBC resource named '<>' For derby you can copy the following configuration in your <<<$JETTY_HOME/etc/jetty.xml>>> For other databases see {{{https://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp/src/jetty-env-postgres.xml}PostgreSQL}} and {{{https://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp/src/jetty-env-mysql.xml}MySQL}} +-------------------------------------+ jdbc/continuum your_directory/continuum_database sa create jdbc/continuum_shutdown your_directory/continuum_database sa shutdown jdbc/users your_directory/users_database sa create jdbc/users_shutdown your_directory/users_database sa shutdown +-------------------------------------+ * {Mail Configuration} The following xml can be used for the jetty mail configuration: +-------------------------------------+ mail/Session localhost continuum@localhost Continuum true +-------------------------------------+ * {Install Continuum} To Install Continuum, you'll need the Continuum war. Copy or extract the Continuum war into $JETTY_HOME/webapps-plus/ * {Start Jetty} To start Jetty, you'll need to use $JETTY_HOME/etc/jetty.xml <> $JETTY_HOME/etc/jetty-plus.xml due to the datasources and mail configuration. * {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}}.