...
These instructions assume that your frevvo-tomcat bundle is already installed and running successfully.
- Stop your server.
- Download the database.war into <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 Database Connector by copying this URL directly into your browser:
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 the Connector Test failed then:
...
this is a new Database Connector installation success status looks like this.
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:
...