Alternatively, app servers usually (not sure, I only have WebLogic
experience) have command line tools to deploy. In the case of WebLogic,
there is a class "Deploy" (weblogic.Deploy) that will deploy files to the
app server. All you have to do is find them (look through WebSphere docs)
and executes in a plain 'ole <java> task. You'll probably have to add your
servers jars (websphere.jar?) to your classpath or in Ant's "lib" folder
(the jar which contains your deploy tools).

Does that help in any way ?

Roland.

-----Message d'origine-----
De : Duffey, Kevin [mailto:[EMAIL PROTECTED]]
Envoy� : mercredi 18 septembre 2002 19:15
� : Ant Users List
Objet : RE: Ant for deploy


yup. Check out FTP process.

-----Original Message-----
From: Sen, Kunal [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 10:13 AM
To: [EMAIL PROTECTED]
Subject: Ant for deploy


Can Ant be used for deploying an ear file in an app server like Websphere

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to