Section | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
These instructions assume that your frevvo-tomcat bundle is already installed and running successfully.
- Stop your frevvo server.
- Download Database Connector war file that is compatible with the version of frevvo that you are running to <frevvo-home>\tomcat\webapps.
- Rename the downloaded file to database.war
- InstallaJDBCDriverInstall a JDBC Driver
Start your frevvo server
- Browsehttp://<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.
...
- Install the Driver
- If your database uses a preinstalled drive, you can skip this step. The preinstalled drivers are:
- MS SQL driver - This is embedded in the database.war file with the standalone bundle; however, however it is not embedded in the frevvo-tomcat bundle.
- DERBY driver
- If your database driver is not preinstalled, you will have to locate a compatible driver from the internet. Try these locations.
- If your database uses a preinstalled drive, you can skip this step. The preinstalled drivers are:
- Locate the driver (i.e. mysql-connector-java-<version>-bin.jar or ojdbc6.jar) among the files that were installed. For example, on the location may be: Windows C:\Program Files (x86)\MySQL\MySQL Connector J\mysql-connector-java-8.0.19-bin.jar.
- Copy your driver to
- Tomcat Bundle <frevvo-home>/tomcat/lib, or
- Standalone Bundle <db-home>\database-connector-2.5.x\lib
...
The BIRT (ClassicModels) and myStore querySets are preloaded with in-memory Derby databases and test data. This make makes it very easy to try out the connector. No configuration is necessary.
Follow the steps below to deploy the connector in the the frevvo-tomcat bundle and you can get started very quickly
Note |
---|
Review Supported Platforms. Verify that the certified version of Java is installed and the Java_Home environment variable has been configured . |
Download the latest frevvo-tomcat bundle from the frevvo website.
Download the Database Connector war file. Rename it to database.war.
Extract the tomcat bundle zipfile to a location of your choice. We will refer to this directory as <frevvo-home>.
Copy database.war to <frevvo-home>\tomcat\webapps.
Start the Insight server, then start frevvo.
- Test the connector installation by copying this URL directly into your browser:
http://localhost:8082/database/status
After performing these steps you will have: successfully installed the frevvo database connector and retrieved data from the built-in test database - Log into frevvo as the superuser (admin@d, admin). Create a tenant.
- Create a designer user in the tenant
- Download the Database Connector Project, then upload it to your designer user. This project includes some example forms that demonstrate the power of the Database Connector using built-in databases.