Installing Cascade Server

Starting the Installer

Contact your account manager for access to the Cascade Server download site. The installer is available in a variety of formats for Microsoft Windows, Mac OS X, and Linux.

Windows

Download the file cascade-{VERSION}-win.exe and double-click it to begin the installation process.

The installer is also available via a JAR package which can either be run by double-clicking the JAR file or, via the command-line with:

java -jar cascade-{VERSION}-win.jar

Mac OS X 

Download the the file cascade-{VERSION}-osx.jar. To start the installation double-click this file or run the command:

java -jar cascade-{VERSION}-osx.jar

Linux

Download the the file cascade-{VERSION}-linux.bin and execute the following commands:

$ chmod u+x cascade-{VERSION}-linux.bin
$ ./cascade-{VERSION}-linux.bin

The installer is also available via a JAR package which can be started by running:

java -jar cascade-{VERSION}-linux.jar

Choosing Installation Type

When installing Cascade Server, users have three choices:

  • full Cascade installation - when performing a new installation and Cascade Server has not been installed before
  • Cascade 4 upgrade - if upgrading from a version of Cascade 4
  • Cascade 5 upgrade - if upgrading from a previous version of Cascade 5 (if Cascade 5 has never been installed, use the Cascade 4 upgrade option listed above)

Select the appropriate installation type and click "Next" to continue.

Cascade Configuration

During a new installation or an upgrade from Cascade Server 4, the Cascade Configuration dialog will appear.

  • The Cascade installation directory is the directory into which Cascade Server 5 will be installed. In general, this should be different from the directory in which Cascade Server 4 is installed.
  • When migrating settings from a previous Cascade 4 installation, choose the path to the installation directory of Cascade Server 4. Filling this option allows the installer to automatically migrate licenses and configuration files into your new installation.
  • Choose the port on which to access Cascade Server 5. This is generally 8080.
  • Finally, the maximum amount of memory to allocate to Cascade Server 5 must be chosen. It is highly recommended that this value be at least 512 MB.
  • When installing in a Microsoft Windows environment, an option will be available to install Cascade Server 5 as a service. This will cause Cascade Server 5 to start automatically when Windows starts.

After completing the selection of Cascade options, select the "Next" button. Be sure that an old version of Cascade Server is not already running before continuing.

Cascade Database Configuration

If this is a full installation or an upgrade from Cascade Server 4, the installer will move to the configuration of the Cascade Server 5 database connection.

  • The database type should be MySQL, Microsoft SQL Server, or Oracle depending on your environment. Manual configuration is also available, but not recommended.
  • The database hostname and port should be set to the hostname followed by a colon followed by the port number of the database server that Cascade Server 5 will use. Databases running on the same computer have a hostname of localhost and the default port number of each database vendor is selected when you change the database type.
  • Enter the database name and schema name (Oracle only) for the Cascade Server 5 installation. These values were determined when you set up your database.
  • Select the username and password for accessing the Cascade Server 5 database.

Once the appropriate values are filled in for the Cascade Server 5 database configuration, Click "Test Connection" to test the configuration connectivity. If the connection is unsuccessful, ensure that the values have been entered correctly before clicking "Next" to continue.

Completing the Installation

After accepting the terms of the license agreement, the installation will begin and then the Readme will appear. Be sure to read this document thoroughly. Cascade Server 5 should now be installed.

Last modified on Wed, 20 Aug 2008 09:30:32 -0400

Top / Next / Up / Table of Contents