Versions Compared

Key

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

...

  1. Create your Delft-FEWS Stand-Alone application (in Delft-FEWS terminology: Region_Home folder), anywhere on your system;
  2. Add an appropriate *patch.jar in the root of this folder (if it is not in there yet. It might be there already)
  3. Copy a Delft-FEWS binaries /bin/ folder INSIDE the Stand-Alone application folder;
  4. Navigate into the bin/windows folder, locate the CreateShortcuts.exe and run it;
  5. Create a shortcut to the clientConfig.xml in your Stand-Alone application folder (tick the box 'Region Home' only);
  6. Close the CreateShortcuts.exe;
  7. Test if the newly created *.lnk file works
  8. Close Delft-FEWS again.
  9. Use a file-packer (e.g. WinZip) to zip up the Delft-FEWS Stand Alone Application as a whole. This is now the distributable package!


Launch Delft-FEWS from a batch or so file and start a workflow

.bat

C:\fews\bin\windows\Delft-FEWS.exe -Dregion.home=d:\fews\FEWS_GW


C:\fews\bin\windows\Delft-FEWS.exe -Dregion.home=d:\fews\FEWS_GW runIfdTask=d:\temp\taskProperties.xml


C:\fews\bin\windows\Delft-FEWS.exe -Dregion.home=d:\fews\FEWS_GW runIfdTaskAutoSaveToServer=d:\temp\taskProperties.xml


.so

/fews/bin/linux/jre/bin/java -Dregion.home=/fews/FEWS_GW -Xmx100m -Djava.library.path=/fews/bin/linux -XX:ErrorFile=./jvm-error.txt -XX:-UsePerfData -cp "/fews/bin/*" Delft.FEWS runIfdTask=/temp/taskProperties.xml