Currently I am using Websphere Admin console to update a war. I do the following three steps
- stop the application
- update
- start the application
As a part of the second step I am using the following option. I select the war from the local file system. This step takes around 10 minutes to complete.
I wanted to know weather it is the file transfer (http transfer to the server) which is taking time or the actual deployment that is taking time. Which logs to see to get that information?
PS: I have plans to write some Jython scripts to automate this task later.