Index: openacs-4/packages/acs-core-docs/www/install-openacs-keepalive.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-openacs-keepalive.adp,v diff -u -N -r1.1.2.10 -r1.1.2.11 --- openacs-4/packages/acs-core-docs/www/install-openacs-keepalive.adp 21 Jun 2016 07:44:36 -0000 1.1.2.10 +++ openacs-4/packages/acs-core-docs/www/install-openacs-keepalive.adp 23 Jun 2016 08:32:45 -0000 1.1.2.11 @@ -13,10 +13,10 @@ instance.

The simplest way to start and stop and OpenACS site is to run the startup shell script provided, /var/lib/aolserver/$OPENACS_SERVICE_NAME/etc/daemontools/run. This runs as a regular task, and logs to the logfile. To stop the -site, kill the script.

A more stable way to run OpenACS is with a "keepalive" mechanism -of some sort, so that whenever the server halts or is stopped for a -reset, it restarts automatically. This is recommended for -development and production servers.

The Reference Platform uses Daemontools to control AOLserver. A +site, kill the script.

A more stable way to run OpenACS is with a "keepalive" +mechanism of some sort, so that whenever the server halts or is +stopped for a reset, it restarts automatically. This is recommended +for development and production servers.

The Reference Platform uses Daemontools to control AOLserver. A simpler method, using init, is here.

  1. Daemontools must already be installed. If not, install it.

  2. @@ -109,7 +109,7 @@
  3. Verify that the controls work. You may want to tail -f /var/lib/aolserver/$OPENACS_SERVICE_NAME/log/$OPENACS_SERVICE_NAME-error.log in another window, so you can see what happens when you type these -commands.

    Most of this information comes from Tom Jackson's AOLserver+Daemontools Mini-HOWTO.

    +commands.

    Most of this information comes from Tom Jackson's AOLserver+Daemontools Mini-HOWTO.

Table 6.1. How it