+

Search Tips   |   Advanced Search

Enable secure conversation in a mixed cluster environment


When WS-Security applications using secure conversation run in a mixed cluster environment, an interoperability property must be set for the WAS V7.0 nodes.

A mixed cluster environment consists of nodes running WAS V6.1 Feature Pack for Web services, and nodes running WAS V7.0. To run Web services security applications utilizing secure conversation in this environment, enable the following property for the V7.0 nodes in the cluster: com.ibm.ws.wssecurity.distributedcache.PreV70InteropMode.

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:

 

  1. In the WAS admin console ...

    Servers > Server Types > WebSphere application servers .

  2. Click the server name.

  3. Under the Security section, click JAX-WS and JAX-RPC security runtime.

  4. Click Custom properties.

  5. Click New.

  6. 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.

  7. When the Properties panel is refreshed, the com.ibm.ws.wssecurity.distributedcache.PreV70InteropMode property appears in the properties table.

  8. Click Save to commit the change.

  9. Restart the server to load the new property.

 

Results

Secure conversation is now enabled for WS-Security applications running in a mixed cluster environment.