Versions Compared

Key

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

...

Warning

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

Additional Step for Windows (64 bit)

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

Make sure you have completed step 1 to configure the JDK Home environment variable with the correct path as discussed above.

  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 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?

    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. 

    • 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).

  2. Navigate to the directory where the batch files are located: i.e.<frevvo-home>\frevvo. 
  3. 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.

...