----- Original Message -----
From: "Jacob Kjome" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 16, 2002 2:32 PM
Subject: Re[2]: cruisecontrol vs anthill
> Hello ehowe,
>
> Hmmm.... Why not just use the catalina-ant tasks to install the apps
> remotely without mucking with tomcat's webapps directory? I use the
> following target to install my app:
>
> <target name="install" depends="compile,manager.init"
> description="Install application to servlet container" >
> <install
> url="${manager.url}"
> username="${manager.username}"
> password="${manager.password}"
> config="${app.ccf}"
> path="${app.path}" />
> </target>
>
...does that persist? webapp stuff remains after restarts, which makes it
the place to put production stuff
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>