Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Installation Steps
The Database Connector can be configured to run in:
- Any servlet container such as the frevvo-tomcat in-house server. - Recommended for in-house customers.
- Standalone mode - Recommended for cloud customers as no additional servlet container software is needed. This mode is also useful for in-house customers who want to run the connector on a different server than
...
- the
...
- installation
...
- .
...
width | 240px |
---|
On this page:
...
Installation Steps
Follow these steps to install the Database Connectorinstructions:
...
...
- Installation
- Connector Configuration Instructions - detailed steps to integrate the connector with your database.
Note |
---|
Cloud customers , running the database connector behind their firewall, should verify must verify connector connectivity to the frevvo Cloud |
...
frevvo-tomcat bundle
...
Instructions
These instructions assume that your frevvo-tomcat bundle is already installed and running successfully.
- Download the Database Connector warfile.
- Rename the file to database.war
- Copy database.war to <frevvo-home>\tomcat\webapps.
- Install the JDBC driver
Start the Insight server. and then start Live Forms.
Expand title Click here for the instructions to start the Insight server and Live Forms Insert excerpt Planning for v7.3 Planning for v7.3 nopanel true - Test the connector installation by copying this URL directly into your browser:
...
- Review the previous installation steps
- See starting and testing the connector installation for more detailed instructions and common problems.
- If you cannot get the database connector working please see Getting Help to contact support.
...
Standalone
...
Instructions
- Verify that 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:
...