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:KDuffey@marketron.com]
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:Kunal.Sen@westgroup.com]
Sent: Wednesday, September 18, 2002 10:13 AM
To: ant-user@jakarta.apache.org
Subject: Ant for deploy
Can Ant be used for deploying an ear file in an app server like Websphere
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|