Versions Compared

Key

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

...

 can be installed and started/stopped as a Windows Service. Batch files provided in the <frevvo-home> directory can install, configure and monitor the frevvo Live forms service: 

...

The batch files provided are:

  •  Install-Service.bat file - Double click this file to install the service.
  •  Configure-Service.bat - Double-click this file to edit the Shutdown/Startup mode and set both of them to Java instead of jvm if installing on a Windows x64 system. Change the name of the service if desired. See below:
  •  Monitor-Service.bat - Double-click this file to monitor the bundle service.

Follow these steps to install  as a Windows Service:

  1. Add JAVA_HOME as a system Environment Variable and PATH Environment Variable with the appropriate values. Follow the steps to do this Here are the steps:
    1. Right-click the My Computer icon on your desktop and select 'Properties'.
    2. Click the 'Advanced' tab. For Windows 7, it will be an Advanced system settings icon..
    3. Click the 'Environment Variables' button.
    4. Under 'System Variables', click 'New'.
    5. Enter the variable name as JAVA_HOME.
    6. Set the variable value for JAVA_HOME to the installation directory of your JDK, for example, c:\Program Files\Java\jdk1.7.0_09. Click 'OK'.

  1. Navigate to then click on the

    g. Locate the PATH Environment Variable. Click the Edit button and append %JAVA_HOME%\bin to the end of path.

  2. h. Click 'OK'.

  3. i   Click 'Apply' and then 'OK' to exit.

2. Navigate to the directory where the batch files are located: usually <frevvo-home>. Execute the Install-Service batch file by double clicking on it.

...

Running c:\frevvo\Install Service , fails to install the  service and fails to run as a windows service. Make sure the %JAVA_HOME%/bin is added to the system PATH Environment Variable.

...

Code Block
Error 109: The pipe has been ended

 If you see the error message shown when starting the service on an x64 install,  make sure the Startup/Shutdown mode was changed from jvm to java. See above for the details.

Image Added

Windows Binaries

...