...
- Stop your server.
- Download the database.war into <frevvo-home>\tomcat\webapps.
- Install the JDBC driver
Start your server
- Browse the status urlhttp://<host>:<port>/database/status
If the status returns failures or disabled:
Review the previous installation steps.
See starting and testing the connector installation for troubleshooting.
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
- Review Supported Platforms. Verify that certified version of Java 8 is installed and the Java_Home environment variable has been configured .
- Download the Database Connector Standalone bundle.
- Unzip the database.zip file to a location of your choice. We will refer to this directory as <db-home>
- Install the JDBC driver
- 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:
- Choose one of these methods to start the connector:
- Method 1: Using java in a command window
- Navigate to the <directory where you unzipped the database.zipfile>
- Type java -jar database.war
- Method 2: for Windows OS
- 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.
- Method 2 for *nix OS
- Execute the DB Connector.sh shell script for *nix operating systems.
- Method 1: Using java in a command window
- Choose one of these methods to start the connector:
- Test the connector installation by copying this URL directly into your browser:
...