similar to: Application / database deployment coordination

Displaying 20 results from an estimated 2000 matches similar to: "Application / database deployment coordination"

2013 Aug 27
3
puppet for deployment of Java apps
Hello, Is Puppet a good choice to deploy JAVA applications (Tomcat) where there exists a cross-system dependency (i.e. the database should be deployed before the web app)? If not, any suggestions for alternatives? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send
2018 Mar 29
5
deployment automation
Suppose tinc is installed on 100 routers in 100 sites. How to automate site-site vpn management across 100 sites? Some kind of vpn management solution? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20180329/90f0198d/attachment.html>
2016 Jul 11
2
CentOS 7 and Glassfish 2.1.1
El 11/07/2016 a las 05:11 p. m., John R Pierce escribi?: > On 7/11/2016 2:40 PM, Efra?n D?ctor wrote: >> >> I have a server with CentOS 7 installed, on this server I installed >> Java 1.7 (java version "1.7.0_80") and Glassfish 2.1.1. The last few >> days I've ran into a problem: Glassfish process got killed twice and >> I don't have a clue why
2016 Jul 11
2
CentOS 7 and Glassfish 2.1.1
El 11/07/2016 a las 05:35 p. m., John R Pierce escribi?: > On 7/11/2016 3:17 PM, Efra?n D?ctor wrote: >> Hello. Is Sun/Oracle Java, I installed Glassfish using this guide: >> https://glassfish.java.net/downloads/v2.1.1-final.html > > that says to install JDK 5 or 6, not 1.7, for Glassfish 2.1.1, which > is a rather old release. > > the current release is 4.1.1,
2016 Jul 11
0
CentOS 7 and Glassfish 2.1.1
On 7/11/2016 2:40 PM, Efra?n D?ctor wrote: > > I have a server with CentOS 7 installed, on this server I installed > Java 1.7 (java version "1.7.0_80") and Glassfish 2.1.1. The last few > days I've ran into a problem: Glassfish process got killed twice and I > don't have a clue why is getting terminated, I know that sometimes > processes get killed if RAM is
2010 Jan 28
2
Is anyone managing Glassfish configuration with puppet?
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 contents are the same, which changes the timestamp. I believe this can be addressed by setting puppet
2016 Jul 11
0
CentOS 7 and Glassfish 2.1.1
On 7/11/2016 3:17 PM, Efra?n D?ctor wrote: > Hello. Is Sun/Oracle Java, I installed Glassfish using this guide: > https://glassfish.java.net/downloads/v2.1.1-final.html that says to install JDK 5 or 6, not 1.7, for Glassfish 2.1.1, which is a rather old release. the current release is 4.1.1, implementing Java EE 7, https://glassfish.java.net/download.html -- john r pierce, recycling
2016 Jul 11
0
CentOS 7 and Glassfish 2.1.1
On 7/11/2016 3:38 PM, Efra?n D?ctor wrote: > > Yes. But it is possible to use Glassfish 2.1.1 with Java 1.7 (I have > other systems using that combo and they work fine). I cannot use > Glassfish 4.1.1 because the application only runs in 2.1.1. well, glassfish is open source, and its not part of CentOS so you'd best take this up with the Glassfish community, and/or debug it
2010 Apr 26
3
allow multiple users
Hi, I have user A that connects to ssh successfully through public key authentication. I created on server user B, but ssh doesn't allow user B to connect through PKI. Both users use the same key to connect, for user A works, for user B doesn't. Here is the fail message: "trying public key file /home/A/glassfish/domains/domain1/config/authorized_keys debug1: fd 4 clearing
2016 Jul 11
2
CentOS 7 and Glassfish 2.1.1
Hello. I have a server with CentOS 7 installed, on this server I installed Java 1.7 (java version "1.7.0_80") and Glassfish 2.1.1. The last few days I've ran into a problem: Glassfish process got killed twice and I don't have a clue why is getting terminated, I know that sometimes processes get killed if RAM is not enough; however on this server I have 62GB of RAM and 10GB
2013 Apr 24
0
"database or networkerror" message by access using a backend at a samba share
hi, since yesterday i'm using ms access mdb files as frontend (started by win clients) and linked to mdb backend files located in a samba share (opensuse 12.3). But problems: sporadic occurs a "database or network connection" error on the client (popup from msaccess) but the network is still alive and the share/mdbs reachable the backend mdbs are in use by about 20 users, which
2016 May 12
8
Suggestions for Config Management Tool
Hi, we see a growing need for a better Configuration management for our servers. Are there any known good resources for a comparison of e.g. Puppet, Chef, Ansible etc? What would you suggest and why? :) Thanks and Regards . G?tz
2012 Sep 05
0
Duplicate Class declaration error
Morning all I''m trying to get puppet setup to manage our env. I''ve managed to get the basic stuff working such as ntp, motd, users/groups, sudo, etc... I''m now starting to build a configuration framework for our applications, including java, glassfish, j2ee apps, etc... However I''ve hit a stumbling block... The relevant configuration is here:
2010 Sep 15
7
Glassfish asadmin provider
Hi, I am making a resource type to manage Glassfish domains. I''m not quite sure how to specify provider commands with a sane default and in configurable way. The location of the binary may be in other locations depending on where Glassfish was installed. http://github.com/larstobi/puppet-glassfish/blob/master/lib/puppet/provider/glassfish/asadmin.rb Does anyone have any advice on
2013 Jan 25
1
About How puppetserver handle reuest from client
Hi, I am using puppet from last 2-3 months, I want to know about how puppet internally handles request from puppet client, sequentially or parallel execution as in Puppet Enterprise - Orchestration. Is There ant way of providing facility like orchestration-mcollective in puppet? Can we apply manifest on multiple machine at same instatnce in Open source puppet? -- You received this message
2012 Sep 26
14
Glassfish custom provider and 'file does not exist'
Hi there, I''m trying to setup Glassfish config management using puppet. I''ve found larstobi''s module here <https://github.com/larstobi/puppet-glassfish/>which I''ve cloned and am starting to tweak, as it would appear that the mentioned module is based on Solaris, therefore I''m starting to add support for EL. My code tree is
2011 Mar 28
4
Order Issues -- Missing require?
Good Evening! I''m having issues with the order in which items are ran inside of a service class, it''s attempting to run before the provider is present (the provider is provided by the glassfish package). It looks for the glassfish provider prior to inheriting the repository or the package list. http://snipt.org/woomg I have included a snipt of the code, does anyone have an
2016 May 12
2
Suggestions for Config Management Tool
On 12/05/16 10:21, James Hogarth wrote: > On 12 May 2016 at 08:22, G?tz Reinicke - IT Koordinator < > goetz.reinicke at filmakademie.de> wrote: > >> Hi, >> >> we see a growing need for a better Configuration management for our >> servers. >> >> Are there any known good resources for a comparison of e.g. Puppet, >> Chef, Ansible etc?
2008 Mar 23
0
Rails powered by GlassFish Application Server
A new article is published highlighting the advantages of JRuby deployment on GlassFish. Please read details at: http://blogs.sun.com/arungupta/entry/rails_powered_by_the_glassfish Thanks, -Arun --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2012 Aug 25
12
How can MCollective replace "puppet kick"?
Dear readers, I was shocked to see that "puppet kick" will be deprecated in 3.0.0 https://projects.puppetlabs.com/issues/15735 How can MCollective replace "puppet kick"? Hugs, Sandra -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit