Hi all, We are using IBM Webspphere 4.0 Advanced edition on a Windows 2000 machine. I was wondering if nayone knew about command line options to start and stop the application server from command line. We are using ANT to deploy a java web application on the WAS 4.0 server. These are thefollowing steps 1. If the server is started then stop it. 2. copy the EAR file to a particular location. 3. Restart the application server.
I am hoping to write a batch file which will do the above things.