Live Forms v8.0 is no longer supported. Please visit Live Forms Latest for our current Cloud Release. Earlier documentation is available too.
DB Connector Installation
Installation Steps
We recommend:
In-house Customers - Follow the frevvo-tomcat Bundle Instructions.
Cloud Customers - Follow the Standalone Bundle Instructions.
frevvo-tomcat Bundle Instructions
These instructions assume that your frevvo-tomcat bundle is already installed and running successfully.
Stop your
server.
Download Database Connector war file that is compatible with the version of
that you are running to <frevvo-home>\tomcat\webapps.
Rename the downloaded file to database.war
Start your server
Browse http://<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, your installation is complete
Follow the Connector Configuration Instructions with the detailed steps to integrate the connector with your database.
Standalone Bundle Instructions
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>
Choose one of these methods to start the connector:
Method 1: Using java in a command window
Navigate to <db-home>\database-connector-2.5.x .Type java -jar database.war
Method 2: for Windows OS
Double click the <db-home>\database-connector-2.5.x\Install-Service.bat file to install the connector as a Windows service. Click the Start-DBConnector-Service.bat to start it
Method 3 for *nix OS
Execute the DB Connector.sh shell script for Unix/Linux operating systems.
Method 4 for Linux
The Database Connector can also run as a service under Linux systemd
Browse http://<host>:<port>/database/status - Note the standalone connector defaults to port 8081.
If the status returns failures or disabled Connector Test failed then:
Review the previous installation steps
See starting and testing the connector installation for more detailed instructions and common problems.
When the status returns Passed for each queryset, your installation is complete
Cloud customers must also verify connector connectivity to the frevvo Cloud Server.
Follow the Connector Configuration Instructions with the detailed steps to integrate the connector with your database.
Install a JDBC Driver
The connector relies on the JDBC API. You must have a JDBC driver for your database. Refer to Supported Platforms for the list of databases certified by frevvo.
You MUST use a JDBC4 type driver, version 5.1.26 or later.
The preinstalled drivers are listed below.
MS SQL driver - This is embedded in the database.war file with standalone bundle, however it is not embedded in the frevvo-tomcat bundle.
DERBY driver
If your database driver is not pre-installed, you will have to locate a compatible driver from the internet. Try these locations.
Copy your driver to
<frevvo-home>/tomcat/lib in the frevvo-tomcat bundle
<db-home>\database-connector-2.5.x\lib Standalone bundle
You MUST copy the MS SQL (sqljdbc.jar) to the <frevvo-home>/tomcat/lib directory when running the connector in the frevvo-tomcat bundle AND using MS SQL as your external database
The jTDS driver requires an adidtional property, Refer to Datasource Definition Examples for information
You can copy the driver into any location that is in the CLASSPATH of the tomcat installation. Another location would be <CATALINA_HOME>/lib