Versions Compared

Key

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

...

  • <frevvo-home>/tomcat/lib if you are deploying the connector in the tomcat bundle
  • <directory where you unzipped the Database Connector Standalone bundle \database-connector-2.5.x\lib

Info

...

  • When running the Database Connector in Standalone mode, the MSSQL driver is embedded in the database.war. However, you MUST copy the sqljdbc.jar to the <frevvo-home>/tomcat/lib directory if you are deploying the connector in the tomcat bundle
  • There are some special considerations when defining datasources if you are using the jTDS driver. The validationQuery must be included in the resource definition. This query is used during the validation sequence.
  • It is also appropriate to copy the driver into any location that is in the CLASSPATH of your servlet container. In a tomcat installation another location would be <CATALINA_HOME>/lib.

...

DB Connector Quick Demo

The BIRT (ClassicModels) and myStore querySets are preloaded with in-memory Derby databases and test data.  This make it very easy to try out the connector.  No configuration is necessary.

...