Versions Compared

Key

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

...

  •  Configure-Service.bat - Double-click this file to edit the Shutdown mode and set it to Java instead of jvm. See below.:
  •  Monitor-Service.bat - Double-click this file to monitor the bundle service. frevvoForms may need to be changed - the default is tomcat6.

Live Forms fails to install/start as Windows Service 

...

If you want to install  as a service on a x64 installation of Windows you will need to perform a few additional steps. This is so because out of the box the Windows binaries (executables and dlls) found in the frevvo/tomcat/bin folder are built for x86 (32-bit) architectures and will not work on a x64 architecture (64-bits).

...

then you will need to edit the service configuration and change the Shutdown mode from jvm to Java:Double click the Configure-Service batch file (contents shown) in <frevvo-home>\tomcat\bin to do this or execute the command below manually then modify the service properties to make the change. 

Code Block
tomcat6w.exe //ES//frevvoForms
Note
 Replace '''frevvoForms''' with the right service name, if you have installed it using a different service name
 - Replace frevvoForms with the right service name, if you have installed it using a different service name.

Now try to start and stop the service and remember to check the service logs both in frevvo/tomcat/logs/jakarta_service_* and in the Windows System Events log for any additional details.