Versions Compared

Key

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

...

  1. Login to  as the tenant admin.
  2. On the page that is displayed, click the "click Manage Roles" link.
  3. There are four five default roles listed, frevvo.Designer, frevvo.Editor, frevvo.Publisher, frevvo.Reports and frevvo.ReadOnly.
  4. Click theicon, then fill in the form and submit it to create new roles. Minimally create Create Employee, Manager and HR roles , if you are planning on trying some of the  Tutorials.
  5. Click the 'Back to Manage Tenant" link.
  6. On the page that is displayed, click the "Manage Users" link.
  7. There is a single user (the administrative user you defined when you created the tenant). By default, only users beginning with the letter A are displayed. Note that you will have to click the link to display All Click All to display all users.
  8. To add more users, click the icon, fill in the form and submit it. Assign roles to the user as desired. Note that you You must assign the frevvo.Designer role to any users who wish to design forms.
  9. Create as many users as needed and assign them roles as needed. If you want plan to try the Employee On Boarding Tutorial, you will need a designer user who can create forms/flows, a user that does not have an assigned role, a user with the Manager Role role and a user with the the HR role of HR.
  10. Logout of the tenant admin account.
  11. Login as one of the newly created users with the frevvo.Designer role by filling in the User, Password and Tenant Username (user@tenant) and Password fields. Start building forms and workflows immediately.

...

 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.

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 mode. If installing on a Windows x64 system, set both to Java instead of jvm. Change the name of the service if desired. See below:.
  • Monitor-Service.bat - Double-click this file to monitor the bundle service.
  • Remove-Service.bat - removes the service. You may have to close the Windows Services panel and reopen it to see the change.

 will run as a Windows Service when you are using the Development the Java Development Kit (JDK).

Follow these steps to install  as a Windows Service:

  1. Navigate to the directory where the batch files are located: usually <frevvo-home>. Execute Double-click the Install-Service batch file by double clicking on itto execute it.
  2. The Install-Service batch file will put the frevvoforms service in the Services list in manual startup mode.
  3. Find the Services list for your operating system. The service should be listed. Start the Service.

...

  1. Copy the x64 Windows Binaries
    Previous versions of the Windows binaries (executables and dlls) found in the <frevvo-home>/tomcat/bin folder were built for x86 (32-bit) architectures and will not work on a x64 architecture (64-bits). We are now bundling the  bundles tomcat version 8 binaries for the two architectures inside <frevvo-home>/tomcat/bin folders:  <frevvo-home>\tomcat\bin\x64 and <frevvo-home>\tomcat\bin\x86.How do I know if I need to update the Windows binaries in my install? Are you seeing these errors?  If you see these errors, the binaries in <frevvo-home>\tomcat\bin may need to be replaced. 

    Code Block
    [2011-09-13 11:29:51] [info] Commons Daemon procrun (1.0.2.0) started [2011-09-13 11:29:51] [info] Running Service... [2011-09-13 11:29:51] [info] Starting service... [2011-09-13 11:29:51] [206 javajni.c] [error] %1 is not a valid Win32 application. [2011-09-13 11:29:51] [985 prunsrv.c] [error] Failed creating java C:\Program Files\Java\jdk1.6.0_25\jre\bin\server\jvm.dll [2011-09-13 11:29:51] [1280 prunsrv.c] [error] ServiceStart returned 1 [2011-09-13 11:29:51] [info] Run service finished. [2011-09-13 11:29:51] [info] Commons Daemon procrun finished.

    If so, the binaries in <frevvo-home>\tomcat\bin may need to be replaced. 

  2. Replace tomcat8.exe, tomcat8w.exe and tcnative-1.dll found in <frevvo-home>/tomcat/bin with the ones found in <frevvo-home>/tomcat/bin/x64 (for 64-bit architectures).
  3. Navigate to the directory where the batch files are located: i.e.<frevvo-home>\frevvo. 
  4. 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.

Live Forms fails to install/start as windows service

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

If this fails to solve the problem even with setting of JAVA_HOME , the tomcat service may not be able to find msvcr71.dll even though it is in the bin directory of your JDK or JRE installation, copy . Copy msvcr71.dll from the bin directory of your java installation the bin directory of your tomcat installation or to your C:\WINDOWS\System32 directory. You may see these errors in the windows service log file:

Code Block
[174 javajni.c] [error] The specified module could not be found. [986 prunsrv.c] [error] Failed creating java C:\Program Files\Java\jdk1jdk11.6.0_07\jre0.2\bin\server\jvm.dll [1260 prunsrv.c] [error] ServiceStart returned 1

...