Sunday, September 15, 2013

Increase Accelerator / Org Admin Console Inactivity Timeout

This change is to prevent frequent login timeouts and loss of work for the admin users in old style WC tools (Accelerator, Org Admin Console etc). In wc-server.xml, find and adjust the LoginTimeout value (in milliseconds). The following snippet has a timeout value of 90 days: 

<LoginTimeout enabled="true" name="Login Timeout">
      <Timeout display="false" value="7776000000"/>
</LoginTimeout>


To make the change for a runtime server environment:
1. Update the LoginTimeout field in your <instance>.xml file <WC_installdir>/instances/<instance_name>/xml/<instance>.xml

2. Propagate changes to your Commerce Configuration File 
<WC_installdir>/bin/config_ant.sh -DinstanceName=instance_name UpdateEAR

Sample locations from an iSeries box:
/QIBM/UserData/CommerceServer60/instances/[InstanceName]/xml/[InstanceName].xml
/QIBM/ProdData/CommerceServer60/bin/config_ant.sh -DinstanceName=[InstanceName] UpdateEAR

No comments:

Post a Comment