Matt and I are on the same page on this one :) I do want to point out that
just because you are deploying as a war that does not mean only one app per
war. We tend to deploy business units together in a war, so we might have an
hr.war and an retailops.war each of which have several ColdFusion
applications running in them. Locally for development I run a openbd, railo,
and multiple versions of coldfusion as individual wars and use an ANT build
to deploy each of my projects into the wars. This mimics, pretty closely,
how a JEE project would work in eclipse. The difference being JEE projects
in eclipse would be compiled to a war and depoyed to the appserver.

Adam


On Fri, Feb 13, 2009 at 1:31 PM, Matthew Woodward <[email protected]>wrote:

> Dan Vega wrote:
>
>> Would I follow a similar workflow and
>> when I am ready to publish just build a war file? I like the idea of
>> just building a war and pushing it to production. I could probably use
>> ant for that as well if I setup ftp on my production box right?
>>
>>
>
> To answer in the guise of a hip twitterer, "WAR deployment FTW!" :-)
>
> I've gotten into this habit and it's an absolutely fantastic way of doing
> things in my opinion. I understand the appeal of having a single instance of
> OpenBD handling multiple things, but to me it's just a lot cleaner to do the
> WAR deployment.
>
> One thing I've been meaning to look into and just haven't had time yet is
> what's a rough "number of instances in a given amount of RAM" type estimate,
> which would be handy for capacity planning (and I suspect will be most
> people's next question!). That's a hard number to guesstimate but I suspect
> some basic guidelines could be created that would be helpful.
>
> --
> Matt Woodward
> [email protected]
> http://www.mattwoodward.com/blog
>
> Please do not send me proprietary file formats such as Word, PowerPoint,
> etc. as attachments.
> http://www.gnu.org/philosophy/no-word-attachments.html
>
>

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to