Re: Deployment on CentOS 7 [Was: Re: Modern Deployment presentation]

2016-06-06 Thread Pascal Robert
> Le 6 juin 2016 à 22:18, Paul Hoadley a écrit : > > On 7 Jun 2016, at 9:25 AM, Theodore Petrosky wrote: > >> I want to thank everyone for the help getting my ESXi Centos VM a beautiful >> thing. I confirmed it this afternoon by starting fresh. >> >> I created a new VM and installed a WO de

Re: Deployment on CentOS 7 [Was: Re: Modern Deployment presentation]

2016-06-06 Thread Paul Hoadley
On 7 Jun 2016, at 9:25 AM, Theodore Petrosky wrote: > I want to thank everyone for the help getting my ESXi Centos VM a beautiful > thing. I confirmed it this afternoon by starting fresh. > > I created a new VM and installed a WO deployment that works beautifully. > Start to finish, which inc

Re: Deployment on CentOS 7 [Was: Re: Modern Deployment presentation]

2016-05-31 Thread Pascal Robert
> Le 30 mai 2016 à 21:53, Theodore Petrosky a écrit : > > Is there something special that I am missing. This is the first time I am > using a VM. I am running ESXi and I have a Centos 7 VM. It doesn’t matter if it’s a VM or not, it would been the same thing on a physical box. > I am on my wo

Re: Deployment on CentOS 7 [Was: Re: Modern Deployment presentation]

2016-05-31 Thread Theodore Petrosky
> On May 31, 2016, at 12:05 AM, Paul Hoadley wrote: > > Hi Ted, > > On 31 May 2016, at 11:23 am, Theodore Petrosky > wrote: > >> Is there something special that I am missing. > > It’s hard to say. There’s no single way to do it, and I think we’re missing > some con

Re: Deployment on CentOS 7 [Was: Re: Modern Deployment presentation]

2016-05-30 Thread Paul Hoadley
Hi Ted, On 31 May 2016, at 11:23 am, Theodore Petrosky wrote: > Is there something special that I am missing. It’s hard to say. There’s no single way to do it, and I think we’re missing some context. I’m still not sure whether you’re setting this up just on a single self-contained host, or tr

Re: Deployment on CentOS 7 [Was: Re: Modern Deployment presentation]

2016-05-29 Thread Pascal Robert
Just did a deployment on CentOS 7 (finally took the time to set up my HP MicroServer). You have to comment this in httpd.conf: ScriptAlias /cgi-bin/ "/var/www/cgi-bin/« AllowOverride None Options None Require all granted and in webobjects.conf: Require all granted

Re: Modern Deployment presentation

2016-05-28 Thread Pascal Robert
> Le 27 mai 2016 à 09:23, Theodore Petrosky a écrit : > > ok I am ready to scream and need help. > > Given, you have a split install set up for > > application: /opt/Local/Library/WebObjects/JavaApplications/ > split install: /var/www/html/WebObjects/ > > what directory directive do you p

Re: Deployment on CentOS 7 [Was: Re: Modern Deployment presentation]

2016-05-27 Thread Paul Hoadley
On 28 May 2016, at 10:24 am, Theodore Petrosky wrote: > I renamed the box so it comes up as localhost, and i the error has changed to > > Not Found > > The requested URL /cgi-bin/WebObjects/ASProjectManagement was not found on > this server. What URL are you typing into the address bar? For

Deployment on CentOS 7 [Was: Re: Modern Deployment presentation]

2016-05-27 Thread Paul Hoadley
Hi Ted, With the caveat that we don’t use CentOS, and that there is almost certainly more than one way to do it... On 27 May 2016, at 10:53 pm, Theodore Petrosky wrote: > Given, you have a split install set up for > > application: /opt/Local/Library/WebObjects/JavaApplications/ > split inst

Re: Modern Deployment presentation

2016-05-27 Thread Steve Peery
I’m no expert on this, but it sounds like Apache is not able to resolve "/cgi-bin/WebObjects/ASProjectManagement.woa/1” This would suggest your adaptor doesn’t know where to look. Not for the application itself but for wotaskd. In traditional deployment, this was set in the end of the Apache con

Re: Modern Deployment presentation

2016-05-23 Thread Pascal Robert
> Le 23 mai 2016 à 02:09, Dennis Bliefernicht > a écrit : > > Hi, > >> On 20.05.2016, at 03:03, Pascal Robert wrote: >> >> [...] >> Anything else you would like to see? > > do you still work with JavaMonitor or do you manage instances another way > (possibly thats already implicitly includ

Re: Modern Deployment presentation

2016-05-22 Thread Dennis Bliefernicht
Hi, > On 20.05.2016, at 03:03, Pascal Robert wrote: > > [...] > Anything else you would like to see? do you still work with JavaMonitor or do you manage instances another way (possibly thats already implicitly included in puppet / kickstart)? If there's any more magic not yet on the list, th

Re: Modern Deployment presentation

2016-05-21 Thread Pascal Robert
> Le 21 mai 2016 à 05:46, Musall Maik a écrit : > > Hi Pascal, > > how about deploying on nginx, is that possible? Yes, it should be. I will add it to the list. > Otherwise the list looks interesting! > > Maik > >> Am 20.05.2016 um 03:03 schrieb Pascal Robert : >> >> Hi guys, >> >> This i

Re: Modern Deployment presentation

2016-05-21 Thread Musall Maik
Hi Pascal, how about deploying on nginx, is that possible? Otherwise the list looks interesting! Maik > Am 20.05.2016 um 03:03 schrieb Pascal Robert : > > Hi guys, > > This is what I wish to do for my Modern Deployment (2 hours) presentation. > > Using Puppet for standard (wotaskd + Monitor

Modern Deployment presentation

2016-05-19 Thread Pascal Robert
Hi guys, This is what I wish to do for my Modern Deployment (2 hours) presentation. Using Puppet for standard (wotaskd + Monitor + mod-webobjects) deployment Using Puppet to install/manage Apache Using Kickstart to fast create VMs Using Git to manage Puppet Using Jenkins and Puppet for app