> On Tue, Mar 6, 2012 at 10:29 AM, Pavel Suchman <
pavel.such...@gmail.com>wrote:
>
>
>
>
>
>
>
>
>
> > Hi,
>
> > I am doing deployments for a company that has about 20 wars in the product.
>
> > There are tens of machines and some machines have 7-8 wars.
>
> > In that scenario packing (the same) scritps with each war in an RPM
> > wouldn't be an elegant solution, so we keep the scripts and the wars
> > separated.
>
> > However if you have only 1 or 2 wars and don't plan to increase their
> > number in the near future, packing everything in an RPM might be a good
> > idea.
>
> > Best,
>
> > Pavel
>
> > On Tue, Mar 6, 2012 at 10:05, Eishay Smith <
eis...@gmail.com> wrote:
>
> >> IMO rpm is the way to go. It configures the runtime env of your web
> >> application, e.g. env vars and checks/retrieves files. yum is a good system
> >> to manage application installation, versioning, local caching and
> >> rollbacks. If you use plain war you'll need to reinvent the wheel.
>