Basic webservices to run the rpb-uploader
The Uploader basic webservice is part of the RPB Infrastructure. It facilitates the usage of the RPB uploader by providing a basic web service interface without requiring the full RPB portal.
Prerequisits to work with the basic web services are the RPB uploader and a Tomcat 11.
git clone git@github.com:ddRPB/rpb-uploader-basic-webservices.git
Download the .war file from the current release. Rename the file to ROOT.war and place it in the webapps folder in your tomcat directory.
Copile the source code with
mvnw package
and rename the created .war file to ROOT.war. Place it in the webapps folder in your tomcat directory.
Start the tomcat.