Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 787 Bytes

File metadata and controls

23 lines (16 loc) · 787 Bytes

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