You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Denis Bessmertnyj <db...@isd.dp.ua> on 2007/04/20 09:41:10 UTC

Deploy to Tomcat

Beautiful day, 

I need to deploy jar file to Tomcat server with Ant help. 
What I need to do?

Thank you

---
Denis Bessmertnyj,
GUI SoftWeb

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: UnDeploy to Tomcat

Posted by Steve Loughran <st...@apache.org>.
Denis Bessmertnyj wrote:
> Also, it is interesting, how then I may undeploy jar file from Tomcat.
> ----- Original Message ----- From: "Denis Bessmertnyj" <db...@isd.dp.ua>
> To: <us...@ant.apache.org>
> Sent: Friday, April 20, 2007 10:41 AM
> Subject: Deploy to Tomcat
> 
> 
>> Beautiful day,
>> I need to deploy jar file to Tomcat server with Ant help. What I need 
>> to do?
>>

Easiest is to <copy> to copy, <delete> to delete. There are custom tasks 
with tomcat, but they are more brittle, and don't port to other app 
servers. Whereas copy works with JBOss, WebLogc, Glassfish...etc


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: UnDeploy to Tomcat

Posted by Denis Bessmertnyj <db...@isd.dp.ua>.
Also, it is interesting, how then I may undeploy jar file from Tomcat. 

----- Original Message ----- 
From: "Denis Bessmertnyj" <db...@isd.dp.ua>
To: <us...@ant.apache.org>
Sent: Friday, April 20, 2007 10:41 AM
Subject: Deploy to Tomcat


> Beautiful day, 
> 
> I need to deploy jar file to Tomcat server with Ant help. 
> What I need to do?
> 
> Thank you
> 
> ---
> Denis Bessmertnyj,
> GUI SoftWeb
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org