19.3 Re-Installing the Windows Service

If you installed Vibe as a Windows service (as described in Running Vibe as a Windows Service), you must remove the service and re-install it. This is necessary because the original service references an unsupported version of Tomcat.

To re-install the Windows service, do the following:

  1. In a Command Prompt window, change to the following directory:

    c:\Program Files\Novell\Teaming\apache-tomcat\bin\windows

  2. In the windows directory, copy the files from the appropriate subdirectory.

    The following subdirectories exist: x86, x64, ia64.

    If you are unsure which subdirectory is appropriate for your server, use the readme.txt file located in the c:\Program Files\Novell\Teaming\apache-tomcat\bin\windows directory as a reference.

  3. Paste the files into the c:\Program Files\Novell\Teaming\apache-tomcat\bin directory.

  4. The Vibe installation program created a service.bat file for configuring Vibe to run as a Windows service.

    Use the following command to remove Vibe as a Windows service:

    service.bat remove existing-service-name

    where existing-service-name is the service being removed as listed under Services (Local) > Apache Tomcat ... Properties > General tab.

  5. Use the following command to configure Vibe as a Windows service:

    service.bat install new-service-name

    where new-service-name is the name of the service you are creating.