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:
In a Command Prompt window, change to the following directory:
c:\Program Files\Novell\Teaming\apache-tomcat\bin\windows
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.
Paste the files into the c:\Program Files\Novell\Teaming\apache-tomcat\bin directory.
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.
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.