Using wsadmin to Modify Transaction Service's Attributes (Transaction Timeout, Transaction Inactivity Timeout) and Thread Pool Size
 Technote (troubleshooting)
 
Problem(Abstract)
wsadmin commands to modify TransactionService's attributes and Thread Pools
 
Resolving the problem
wsadmin commands to modify TransactionService's attributes:
wsadmin> set ts [$AdminConfig list TransactionService]
wsadmin> $AdminConfig modify $ts {{clientInactivityTimeout 61} {totalTranLifetimeTimeout 121}}
wsadmin> $AdminConfig save

wsadmin commands to modify the WebContainer Thread Pool:

wsadmin> set webtp [lindex [$AdminConfig show [$AdminConfig list WebContainer] threadPool] 0]
wsadmin> $AdminConfig modify $webtp {{maximumSize 51}}
wsadmin> $AdminConfig save

wsadmin commands to modify MessageListenerService Thread Pool :

wsadmin> set msgtp [lindex [$AdminConfig show [$AdminConfig list MessageListenerService] threadPool] 0]
wsadmin> $AdminConfig modify $msgtp {{maximumSize 51}}
wsadmin> $AdminConfig save

wsadmin commands to modify ObjectRequestBroker (ORB) Thread Pool :

wsadmin> set orbtp [lindex [$AdminConfig show [$AdminConfig list ObjectRequestBroker] threadPool] 0]
wsadmin> $AdminConfig modify $orbtp {{maximumSize 51}}
wsadmin> $AdminConfig save
 
 
Cross Reference information
Segment Product Component Platform Version Edition
Application Servers Runtimes for Java Technology Java SDK
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Java 2 Connectivity (J2C)
Operating system(s): Windows
Software version: 5.0
Software edition:
Reference #: 1104716
IBM Group: Software Group
Modified date: Feb 25, 2003