Re: [Puppet Users] Is anyone managing Glassfish configuration with puppet?

2010-03-22 Thread chuck clark
> > I think a custom resource to drive asadmin is probably the right way to go. > What version are you using? > As of Glassfish v3 there's a good REST API ( v3asadmin is essentially > a http client). > See the article here: > > http://blogs.sun.com/aquatic/entry/glassfish_rest_interface_for_managem

Re: [Puppet Users] Is anyone managing Glassfish configuration with puppet?

2010-02-06 Thread Dick Davies
On Thu, Jan 28, 2010 at 5:26 AM, chuck clark wrote: > Has anyone found a clean way to manage Glassfish configuration with puppet? > Glassfish was designed to be managed through a WebUI or a CLI tool known as > asadmin.  Making changes using these tools modifies a domain.xml file. >  Glassfish read

[Puppet Users] Is anyone managing Glassfish configuration with puppet?

2010-01-28 Thread chuck clark
Has anyone found a clean way to manage Glassfish configuration with puppet? Glassfish was designed to be managed through a WebUI or a CLI tool known as asadmin. Making changes using these tools modifies a domain.xml file. Glassfish reads and writes this file every time it restarts, even if the c