Useful resources¶
Official IBM documentation¶
- Online
wsadmindocumentation - (PDF) Jython scripting with
wsadmintutorial - (PDF) Scripting various types of applications - Very big file (> 700 pages) with lots of info on how to automate a large range of operations by making use of the
wsadmin. - (PDF) WebSphere Application Server V7 Administration and Configuration Guide - An IBM Redbooks publication
Python documentation¶
Official¶
Unofficial¶
- Python 2.7 Tutorial
- "What is Actually
TrueandFalsein Python?" by Giedrius StatkeviÄius - Blog post which describes in detail the evolution of boolean values from Python 1.x to Python 3.x.
Collection of scripts¶
Websphere Configuration Comparison Toolby @IBM - Light weight comparison utility for WebSphere Application Server traditional.WDRby @WDR - A library which aims to greatly simplify WebSphere scripting.wsadminlibby @wsadminlib - A library which simplifies configuration of IBM WebSphere AppServer using python scripting.wsadmin-toolsby @sgurjar - Collection of useful functions meant to ease server administration throughwsadmin.
Other¶
-
Stackoverflow "wsadmin" or "jython" - Doesn't need any explanation š¶
-
IBM WebSphere Application Server Network Deployment V8.0 Core Administration Guide - Guide for the administration of Websphere Application Server to be used along other sources.
- FreeKB "IBM Websphere" articles - Collection of articles about the administration of an "IBM WebSphere Application Server" infrastructure (not only with
wsadmin) - WsAdmin Objects - Simple explanation of the difference between the 4 main objects used by the
wsadmin - SetGetWeb WAS - Something is ripped from the IBM documentation, something else is useful; worth of a glance anyway.
- SysMan - WebSphere Jython programming - Small guide with additional info on Object types.