Java and Websphere
June 24, 2004 8:54 AM
Subscribe
[JavaFilter] Does anybody know how to deploy an EAR file to Websphere remotely using
Ant [mi]
Basically I'm trying to write a script that'll sync new code out of source control (done), create an EAR file (done) and then have it install the EAR file onto several Websphere 4.0 instances. I'm using WSAD 5.1 right now to run Ant.
I know about wsanttasks.jar and have tried to call both the wsAdmin tasks and the stopServer/startServer/installApplication/uninstallApplication tasks to no avail. I am truly stuck at this point.
posted by PWA_BadBoy to computers & internet