...
Follow these steps to install as a Windows Service:
- Verify that these steps have been performed to add .JAVA_HOME has been added
- as a system Environment Variable with the appropriate path to your JDK or JRE installation directory. Follow these steps to verify.
- Navigate to the directory where the batch files are located: usually <frevvo-home>. Execute the Install-Service batch file by double clicking on it.
- The Install-Service batch file will put the frevvoforms service in the Services list in manual startup mode.
- Find the Services list for your operating system. The service should be listed. Start the Service.
...
- Navigate to the directory where the batch files are located: i.e.<frevvo-home>\frevvo.
- 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.
Right click the Configure-Service batch file and select Run as Administrator. Execute the file.
A properties panel will display. Click on the Startup tab. Modify the service properties to change the Startup mode from jvm to Java. Click 'OK'.
...
Click on the Shutdown tab. Modify the service properties to change the Shutdown mode from jvm to Java. Click 'OK'.
...
- Now try to start the service. Check the frevvoforms-stderr.YYYY-MM-DD,log, frevvoforms-stdout.YYYY-MM-DD.log, common-daemon.YYYY-MM-DD.log files located in <frevvo-home>/tomcat/logs and the Windows System Event log if the service does not start. See below for some troubleshooting tips.
Live Forms fails to install/start as windows service
...
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 7.0.35 8 binaries for the three two architectures inside <frevvo-home>/tomcat/bin folders: <frevvo-home>\tomcat\bin\x64 , and <frevvo-home>\tomcat\bin\i64 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 so, the binaries in <frevvo-home>\tomcat\bin may need to be replaced. Here are the steps:
- Replace tomcat7tomcat8.exe, tomcat7wtomcat8w.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) or the ones found in <frevvo-home>/tomcat/bin/i64 x86 (for Itanium 6432-bit architectures).