I need to make a few changes to the "Transaction service" section of a bunch of WebSphere application servers. I was hoping to script things using wsadmin.
One of the properties that I want to change is the "Transaction log directory". I tried to following tutorial:
The problem is that my recoveryLog
object is always empty (with a Jython value of None
) Is there another way to change this value?
Related to this question, are there properties that I can edit using the WAS web console that I can't edit using wsadmin? I would like to change a few more "deeply nested" properties and I want to make sure that I'm not wasting my time.