No Teaming folders synchronized in GroupWise client.
This document (7002238) is provided subject to the disclaimer at the end of this document.
Environment
Novell GroupWise 8
Situation
Resolution
To change the timeout value for web services authenticated through WS-Security, edit <tomcat>/webapps/ssf/WEB-INF/server-config.wsdd file in a text editor and make the following changes:
Locate the the following sections (there are two occurrences).
<handler type="java:org.apache.ws.axis.security.WSDoAllReceiver">
<parameter name="passwordCallbackClass"
value="org.kablink.teaming.remoting.ws.security.PWCallback"/>
<parameter name="action" value="UsernameToken Timestamp"/>
</handler>
Insert a "timeToLive" parameter with large timeout value (for example, 86400 for 24 hours). The resulting sections should look like the following.
<handler type="java:org.apache.ws.axis.security.WSDoAllReceiver">
<parameter name="passwordCallbackClass"
value="org.kablink.teaming.remoting.ws.security.PWCallback"/>
<parameter name="action" value="UsernameToken Timestamp"/>
<parameter name="timeToLive" value="86400"/>
</handler>
Save the file and restart the server.
Additional Information
Disclaimer
This Support Knowledgebase provides a valuable tool for NetIQ/Novell/SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.
- Document ID:7002238
- Creation Date:23-DEC-08
- Modified Date:26-APR-12
- NovellGroupWiseVibe
Did this document solve your problem? Provide Feedback

