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.

...

Installing a 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 The backend process is the same as the FEWS PI Service Client application, but then without a the user interface. To run the service as a backend process the client needs to be installed first, as described above. After this has been completed continue with the following installation procedures:

The backend FEWS PI Service can be started in Windows by installing 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
install_service.bat <work dir> <region name>

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

...