Versions Compared

Key

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

...

http://localhost:8082/database/myStore/orders?orderId=102

The Url to the database connector has the following REST parameters:

http://<host>:<port>/database/<queryset-name>/<query-name>

Where:

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

...