Versions Compared

Key

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

...

The database connector comes with a built-in hsqldb database for testing purposes. And the database connector's configuration.xml comes pre-configured with a few sample SQL queries. If you installed database.jar under the tomcat the  tomcat bundle, run the following test queries. This will retrieve data from the built-in database:

...

  • <host> - the URL for the web server on which you deployed database.war.
  • <port> - port where the container is listening for http requests. This defaults to 8082 if the database connector was deployed in the tomcat the  tomcat bundle.
  • <queryset name> - queryset name defined in the database connector configuration file.
  • <query name> – query name  defined in the database connector configuration file.

...

The solution is to stop and restart the database connector. If you are using the tomcat the  tomcat bundle you can do this by: Double click <frevvo-home>\stop-frevvo. Wait until frevvo stops stops. Then Double click <frevvo-home>\start-frevvo