wsadmin multiple configuration id
hello
.
i'm working with wsadmin to modify some configuration objects. i want to change the value of all the configuration object names by doing this:
.
set configids [$AdminConfig getid /J2EEResourceProperty:HostName/]
.
the result is more than one config objects:
.
HostName(cells/xxxx/nodes/xxxx:....1234)
HostName(cells/xxxx/nodes/xxxx:....2345)
.
when i do $AdminConfig modify $confidids {{value newname}} it only changes the first object...can someone show me how to iterate through all the config objects and change the value?
.
thanks in advance...
|