Skip to content

An OPSIN web service using an AJAX enabled HTML page backed by Restlet

License

Notifications You must be signed in to change notification settings

dan2097/opsin-ws

Repository files navigation

OPSIN Web Service

License: MIT License

Usage

  • Checkout the repository
  • Download Maven if this is not already present on your machine

To run directly as a standalone web-service, from a command-line in the opsin-ws folder run:

mvn jetty:run

Then go to 127.0.0.1:8989 from your web browser

To run on a Java Web server e.g. Apache Tomcat, from a command-line in the opsin-ws folder run:

mvn package

This will create opsin.war in the target folder, which can (in the case of Tomcat) then be copied into the webapps folder of the Java Web Server to deploy it

Build Status