Versions Compared

Key

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

...

Where 'start' and 'end' represent the port number range within which the PI Service must find an available port. To fix the PI Service to a single port enter the same number twice.

...

Install the FEWS PI Service as a backend process

It is also possible to initialize the FEWS PI Service as a backend process. This is done by starting a regular Operator Client application, but then without a user interface.

The backend FEWS PI Service can be started in Windows by using the following JPIF informationinstalling a Windows service that can start and stop the FEWS PI Service. Unpack the following archive containing the service installation files: NT_FewsEnvironmentShell_Service_Install.zip. Open a DOS command prompt in the directory containing the unpacked archive. Run the install:

Code Block
..\jre
-mx512m
-cp
$JARS_PATH$
nl.wldelft.fews.system.fewsserver.FewsEnvironmentShell
<OC-Name>
install_service.bat <work dir> <region name>

where 'work dir' is the directory containing the BIN, JRE and REGION dirs

Start and stop the new service using the Windows services application. The service will have the following name; FewsShell <region name>.

Or in Linux by using the Fews-piservice.sh file. This file should be placed in the same directory as the links to the JRE, BIN and the REGION dirs.

...