Versions Compared

Key

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

...

    1. Navigate to then click on the PATH Environment Variable. Click the Edit button and append %JAVA_HOME%\bin to the end of path.
    2. Click 'OK'.
    3. Click 'Apply' and then 'OK' to exit.

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-Service batch file. You can change the name of the service from Tomcat 7 to whatever you wish on the configuration screen that displays. EX: Frevvo Live Forms

Image Added

4. Right click the My Computer icon. Select Manage, Services and Applications, Services. The service should be listed.

Image Added

Install as a service on Windows (x64) 

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

  1. Right click on the Command Prompt on the Windows Start Menu and select Run as Administrator.

3

2. Navigate to

...

the directory where the batch files are located: usually <frevvo-

...

home>.

3. Execute the Install-Service batch file by typing

...

it into the command prompt window.

...

 

 

 

 

 

...

The service will be called Tomcat 7 or Apache Tomcat 7 but the display name can be changed when you run the Configure-Service Batch file. 

Image Added

   4.

 

 

 

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\jdk1.6.0_07\jre\bin\server\jvm.dll
[1260 prunsrv.c] [error] ServiceStart returned 1

Install as a service on Windows (x64) 

...

 

 

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

...