Section |
---|
Column |
---|
The database connector is a web application and can be deployed under any Servlet container or run in a simply Standalone mode. The connector relies on the JDBC API. You can use any relational database as long as you have a JDBC driver for that database. The Database Connector can be configured to run in: - Any servlet container i.e. such as the frevvo tomcat bundle-tomcat in-house server. - Recommended for in-house customers.
- Standalone mode - Cloud customers, who are integrating with their database in their on-premise installation, may prefer this mode as it eliminates the need to run a full application on their in-house server. This mode may also be helpful 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.
The Database Connector requires a JDBC driver for your database. Some pre-installed drivers are included with the connector. SeeĀ Install a JDBC driver to see if the driver for your database is provided.The Database Connector contains a working sample Derby database with BIRT and MyStore query sets and some test data. This makes it very easy to test if the DB Connector is up and running when your installation is complete. These instructions apply to Cloud and in-house customers. |
|
...
Follow these steps to install the Database Connector:
Once the connector is installed and up and running, you must configure it to integrate with your in-house database. Refer to the DB Connector Configuration topic for the details.
...