Vibe integration doesn’t work when the patch has been applied

Problem:

Vibe integration doesn’t work when the patch has been applied

Solution:

Install integration package once again to fix the problem.

Please note: Vibe patch installation is overwriting /opt/novell/teaming/apache-tomcat/conf/server.xml also. If Vibe is accessed thru proxy server (Apache, Squid, …) there is a tag which must be added to this configuration file again, right after xml tag Host:

<!-- don't use internalProxies=".*", it's NOT SECURE, please use your proxy IP address -->

<Valve className="org.apache.catalina.valves.RemoteIpValve" internalProxies=".*" />