Versions Compared

Key

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

...

Throughout this documentation we are using the  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  tomcat bundle is installed in c:\frevvo. We'll refer to this directory below as <frevvo-home>.

...

It is also appropriate to copy the driver into any location that is in the CLASSPATH of your servlet tomcat container. In a tomcat installation another location would be <CATALINA_HOME>/lib.

...

If you don't find what you need pre-installed you will need to locate a driver compatible to your database. Usually you can download your driver from the internet. Try one of these locations

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 tomcat  In-house bundle you already have what you need.
  2. A JDBC driver for your database.

...