*
*WebSphere Portal 6 - Best Practices for Enterprise Scale Deployment
WSadmin is the command line environment equivalent to the administrative
console GUI for the system administrator to perform the system management
operations. The scripting capability allows using either Jython or Jacl to
automate WAS-related configuration tasks and controlling (start and stop).
Since the WebSphere Application Server v5.1 release, the WebSphere
administration scripting tool (wsadmin) supported both Jacl (Java TCL) and
Jython (Java Python) as the scripting languages. When selecting a scripting
language, Jython is the strategic direction as the administration scripting
language for WebSphere Application Server because *** Jython is more
intuitive to object oriented (such as Java) developers ***. Future
enhancements of the scripting language are focused on the use of Jython.
|