Jython

Aaron Burden: Fountain pen and a notebook
Setting the performance tuning parameters for all datasources in WebSphere Application Server (for IBM Connections 4 ) is a really annoying job with lots of mouse clicks. I searched a way to make these through wsadmin with a jython script and after some testing i wrote one, which set all parameters for the Connections DataSources as described in IBM Connections 4 Performance Tuning Guide . I set StatementCacheSize, minConnections and maxConnections with this script. Download: changeDataSourceParameters Using this script Copy this script to your server and copy & paste it to a wsadmin-Session, or start wsadmin with wsadmin.(sh|bat) -lang jython -username youruser -password password -f path/changeDataSourceParameter.
Created:
Last Update:
Read in about 1 min
Aaron Burden: Fountain pen and a notebook
Klaus Bild provided two scripts for setting Connections Admins through jython and wsadmin. I want to add one detail, when you want to add multiple Admins, then you can use pipe | as delimiter. First line would be connwasadmin='wasadmin|conadmin' Thanks Klaus, i like to set the admins through a script, because fixpack installations often set the j2ee roles to default.
Created:
Last Update:
Read in about 1 min