Install Tolven Application
From DOC
Overview
In order to install Tolven, you must already have installed a database, LDAP and the Tolven version of JBoss.
The tolvenVersion.zip File
The Tolven installer is shipped as a zip file and is platform-independent. It runs on both 32- and 64-bit hardware and operating systems. It can be downloaded from: http://sourceforge.net/projects/tolven.
From the command line unzip the downloaded file e.g.:
unzip <download-directory>/tolvenVersion.zip
You should now have extracted a directory called: tolven-install.
On Windows:
cd tolven-installer\bin install -headless
On Linux:
cd tolven-installer/bin ./install.sh -headless
You will be prompted for the following (default values are suggested by the installer):
- The Tolven software home directory (by default c:\tolvenVersion or /usr/local/tolvenVersion, where "Version" is the current version), and includes the application server. Do not install into a previous installation directory.
- The tolven-config directory (by default c:\tolven-config or /usr/local/tolven-config). If you have a previous tolven-config directory, then you would normally reuse it, in order to pick up previous installation information.
Once installed, the configuration directory (tolven-config) will not be overwritten by subsequent installations and upgrades. However, over time, many different Tolven installation directories (tolvenVersion) will be created. You may delete obsolete installations without affecting the Tolven configuration directory. We recommend that you never make changes in the installation directory.

