Enabling secure conversation in a mixed cluster environment
When Web Services Security applications using secure conversation run in a mixed cluster environment, an interoperability property must be set for the WebSphere® Application Server Version 9.0 nodes.
About this task
This property ensures that the method for adding entries in the cache is consistent between the different nodes, and also allows the applications to interoperate. To enable the property, follow these steps:
Procedure
- In the WebSphere Application Server administrative console, click .
- Click the server name.
- Under the Security section, click JAX-WS and JAX-RPC security runtime.
- Click Custom properties.
- Click New.
- Enter the property name, com.ibm.ws.wssecurity.distributedcache.PreV70InteropMode, in the Property name field. Enter the property value of true in the Property value field, then click OK.
- When the Properties panel is refreshed, the com.ibm.ws.wssecurity.distributedcache.PreV70InteropMode property appears in the properties table.
- Click Save to commit the change.
- Restart the server to load the new property.