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