Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

The database connector is a web application and can be deployed under any Servlet container. The connector relies on the JDBC API. You can use any relational database as long as you have a JDBC driver for that database.

  1. A Servlet Container compatible with the Servlet 2.5 specification. For instance, Tomcat (6 or higher) or Jetty (6 or higher). If you have installed the frevvo-

...

  1. tomcat  In-house bundle you already have what you need.
  2. A JDBC driver for your database.

The database connector download comes with several pre-installed drivers.

...

See Install a JDBC driver below.

Column

On This Page:

Table of Contents
maxLevel1

 

Installation Steps

Throughout this documentation we are using the frevvo-tomcat bundle as the installation location for the database connector. This is just an example as the connector will work under any compatible servlet container. This documentation assumes that the frevvo-tomcat bundle is installed in c:\frevvo. We'll refer to this directory below as <frevvo-home>.

...