If you are using WebSphere Network Deployment, edit the invalidationTimeout
attribute in the
following file on the Network Deployment machine:
test317:~ # cd /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/test317Cell01/applications/isclite.ear/deployments/isclite/ test317:/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/test317Cell01/applications/isclite.ear/deployments/isclite # vi deployment.xml
Set the attribute invalidationTimeout
to the desired value, in minutes, where the maximum
value is -1 (do not time out):
<?xml version="1.0" encoding="UTF-8"?> <appdeployment:Deployment xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:appcfg="http://www.ibm.com/websphere/appserver/schemas/5.0/appcfg.xmi" xmlns:appdeployment="http://www.ibm.com/websphere/appserver/schemas/5.0/appdeployment.xmi" xmi:id="Deployment_1162483845425"> ... ... <tuningParams xmi:id="TuningParams_1162483845426" usingMultiRowSchema="false" maxInMemorySessionCount="1000" allowOverflow="true" scheduleInvalidation="false" writeFrequency="TIME_BASED_WRITE" writeInterval="10" writeContents="ONLY_UPDATED_ATTRIBUTES" invalidationTimeout="-1"> <invalidationSchedule xmi:id="InvalidationSchedule_1162483845426" firstHour="14" secondHour="2"/> </tuningParams> ... ... </appdeployment:Deployment>
Restart the WebSphere service on the Network Deployment machine:
test317:~ # cd /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/ test317:/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin # ./stopManager.sh ADMU0116I: Tool information is being logged in file /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/dmgr/stopServer.log ADMU0128I: Starting tool with the Dmgr01 profile ADMU3100I: Reading configuration for server: dmgr ADMU3201I: Server stop request issued. Waiting for stop status. ADMU4000I: Server dmgr stop completed.
test317:/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin # ./startManager.sh ADMU0116I: Tool information is being logged in file /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/dmgr/startServer.log ADMU0128I: Starting tool with the Dmgr01 profile ADMU3100I: Reading configuration for server: dmgr ADMU3200I: Server launched. Waiting for initialization status. ADMU3000I: Server dmgr open for e-business; process id is 59309 test317:/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin #
![]() ![]() ![]() |