11-16-05 11:08 PM
I am trying to use wsadmin for the first time to configure the WAS 6.0 base.
but not able to use it properly. for example-
I am trying to cacheTimeout from default 600 to 500, when I make the changes
using wsadmin, start the server and then go back to admin console, I don?
t see those changes getting reflected there. Here are the steps that I am us
ing:
# <WAS_HOME>\bin\wsadmin.sh ?user agupta ?conntype NONE
wsadmin>set aSec [$AdminConfig getid /Cell:myCell/Security:/]
wsadmin>set cacheTimeoutAttr [list cacheTimeout 500]
wsadmin>set attrs [list $cacheTimeoutAttr]
wsadmin>$AdminConfig modify $aSec $attrs
wsadmin>$AdminConfig save
now when I start the WAS server and log in to Admin console, I don?t see the
se changes reflected. Am i doing something wrong..?
[ Post a follow-up to this message ]
|