Versions Compared

Key

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

...

You can configure a custom directory to install the jar-files of the plugin in. If you do not configure a custom pluginDir then you should located the plugin .jar file in the same directory as the FEWS jars.


Uploading edited data to the archive

When data is edited in FEWS but already archived the data edits are by default not send to the archive. When the option uploadEditedDataToOpenArchive is set the data edits are send to the Archive.

Below a configuration example

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<archives xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/archives.xsd">
	<catalogueUrl>http://localhost:7080/deltares-archive-server/catalogue</catalogueUrl>
	<fileServerUrl>http://localhost:7080/thredds/fileServer/data</fileServerUrl>
	<elasticSearchUrl>http://localhost:7080/deltares-archive-server/elastic/</elasticSearchUrl>
	<uploadEditedDataToOpenArchive>true</uploadEditedDataToOpenArchive>
</archives>

In addition a workflow needs to scheduled to insert the data edits into the archive.