Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stop your server.
  2. Download the database.war into <frevvo-home>\tomcat\webapps.
  3. Install the JDBC driver
  4. Start your server

When the status returns Passed for each queryset, you are ready to configure the Database Connector.

If this is a new Database Connector installation success status looks like this.

Standalone Instructions

  1. Review Supported Platforms. Verify that certified version of Java 8 is installed and the Java_Home environment variable has been configured .
  2. Download the Database Connector Standalone bundle.
  3. Unzip the database.zip file to a location of your choice. We will refer to this directory as <db-home>
  4. Install the JDBC driver
  5. You can start the connector using plain java command or execute one of the files in this directory to install the DB Connector as a Windows service or *nix console instance:
    1. Choose one of these methods to start the connector:
      1. Method 1: Using java in a command window
        1. Navigate to the <directory where you unzipped the database.zipfile>
        2. Type java -jar database.war
      2. Method 2: for Windows OS
        1. Install the DB Connector as a Windows service by double clicking the Install-Service.bat file. Click the Start DBConnector Service.bat to start the service.
      3. Method 2 for *nix OS
        1. Execute the  DB Connector.sh shell script for *nix operating systems.
  6. Test the connector installation by copying this URL directly into your browser:

...