The ws_ant tool
ws_ant is based on Apache Ant. Ant is an interpreted language which is designed to sequentially run shell-based commands which can extend to use Java classes. If you wish to learn more about Ant, you can read up about it on the Apache web site located at http://ant.apache.org/.
Ant XML-based configuration files contain sequential commands as groups of tasks. These XML files reference a tree of task groups called targets, in which various tasks are specified to run. Each task is run by an object that implements a particular task interface. WebSphere utilizes Ant and the ws_ant utility provides specific Ant tasks which are designed to make application deployment easier for application developers. It is not recommended that ws_ant be used in production servers as it is strongly linked to development. In enterprise systems, developers will not have access to live systems. ws_ant is not scalable like wsadmin scripting, which is more suitable for enterprise WebSphere designs and...