Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

You can find examples on creating your own workflows on the Tutorials and Webinars page.

Installing as Windows Service (32 bit)

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

...

  1. Add JAVA_HOME  or JRE_Home as a system Environment Variable and PATH Environment Variable with the appropriate values. 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'.
      1.  If you are using the Java Development Kit
        1. Enter the variable name as JAVA_HOME
        2. 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'.
      2. If you are using the Java Runtime Environment
        1. Enter the variable name as JRE_HOME
        2. Set the variable value for JRE_HOME to the installation directory of your JRE, for example, C:\Program Files\Java\jre7. Click 'OK'.

Image Modified

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

Image Added

hf. Click  Click 'OK'.

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

Image Removed

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.

3. Double-click the Configure-The Install-Service batch file . You can change the name of the service from frevvoforms to whatever you wish on the configuration screen that displays. EX: Frevvo Live Forms

Image Removed

4. Right click the My Computer icon. Select Manage, Services and Applications, Serviceswill put the frevvoforms service in the Services list with a manual status.

4. Find the Services list for your operating system. The service should be listed. Start the Service.

Warning

Make sure that the name of the directory where you installed does not have any spaces in it.

 

Install as a service on Windows (

...

64 bit)

If you want to install  as a service on a x64 installation of Windows , you will need to perform these additional steps.  .

Make sure you have completed step 1 to configure the JDK or JRE Home environment variable and update the path as discussed above.

  1. Navigate to the directory where the batch files are located: usually <frevvo-home>. 
  2. Right click the Install-Service batch file and select Run As Administrator. Execute the batch file. The  service will be called frevvoforms but the display name can be changed when you run the Configure-Service Batch file. 

...