On Thu, 9 May 2002, Sean LeBlanc wrote:
> Date: Thu, 9 May 2002 15:22:44 -0600
> From: Sean LeBlanc <sean@nutros.com>
> Reply-To: Tomcat Users List <tomcat-user@jakarta.apache.org>, sean@nutros.com
> To: tomcat-user@jakarta.apache.org
> Subject: Best practices for deployment?
>
> I'm trying to figure out the best way to deploy an application...I see
> the manager application has a way to deploy the application, but the war
> file or tree has to be on the server deployed to, correct? What do you
> guys do in testing and/or production environments? Make a tarball and
> scp or ftp it over, and then untar there?
>
> It'd be *really* cool to get Ant to automate a deploy to Tomcat if
> possible.
>
Look no farther than the 4.1.1 test release (or any very recent nightly
build), and you will get both of these wishes granted:
* Includes custom Ant tasks that interact with the Manager webapp.
* The "/deploy" command (and corresponding <deploy> task) can upload
a war file to a remote Tomcat server.
> Thanks,
> Sean
Craig
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@jakarta.apache.org>
|