[chef] Re: Multiple tomcats binary install on a single machine


Chronological Thread 
  • From: Kent Perrier < >
  • To:
  • Subject: [chef] Re: Multiple tomcats binary install on a single machine
  • Date: Mon, 20 Apr 2015 07:45:38 -0500

We rolled our own tomcat installation cookbook and we just unzip the tomcat bundle from the Apache website into its own directory. This lets us have multiple tomcats installed. We control the configuration of the container in our application cookbooks. We keep all of the application specific stuff in data bag.

Kent

On Mon, Apr 20, 2015 at 4:33 AM, Emilien Floret < " target="_blank"> > wrote:
Hello everyone,

I'm trying to set up a box where there is three tomcats installations, all of them full installations (and not instances) (different binary version requirements)
I tried different things, such as creating multiple client/node on the same machine and setting different run list.
However, I'm not sure this is supported configuration and this causes issue as well because cookbooks will at some point try to manage the same resources and cancel the changes from the other one.

I was thinking otherwise of forking a tomcat cookbook, replace all the variables for example default['tomcat']['port'] to default['project1']['tomcat']['port'] but that would mean integrating any new changes to the tomcat cookbook would be very complicated. Also, if I have three project on the same box, I'll need to change that three times.

Is there any way to do something like this with Chef? Or should I look at docker + chef eventually?
The same questions applies to java, if I need three different version of java for the tomcats, then I also need to manage three replicas of the java cookbooks.

Thanks for your inputs
Regards,
--
Emilien Floret
.........................................................




Archive powered by MHonArc 2.6.16.

§