Perform the following steps to configure
a unique HTTP session clone ID for each application server. Within
these steps, the following variables apply to the Jython and Jacl
commands:
node_name is the affected node within your
configuration.
server_name is the affected server within your
configuration.
cell_name is the affected cell within your
configuration.
unique_value is 8 to 9 unique alphanumeric
characters. For example, test1234.
Procedure
Retrieve the node name and server name values. Assign those
two values to the server variable.
Using Jacl:
set server [$AdminConfig getid /Node:node_name/Server:server_name/]
server = AdminConfig.getid('/Node:node_name/Server:server_name/')
Example
output: None
Retrieve the name of the Web container, which is associated
with the node and server values that are identified in the previous
step, and assign the value to the wc variable.
Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.
This feature requires Internet access.
Most of the following links will take you to information that is not part of the formal product documentation and is provided "as is." Some of these links go to non-IBM Web sites and are provided for your convenience only and do not in any manner serve as an endorsement by IBM of those Web sites, the material thereon, or the owner thereof.
Last updated: Aug 31, 2013 4:28:44 AM CDT http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-mp&topic=txml_httpsessionclone File name: txml_httpsessionclone.html