Re: Deployment script

2019-01-19 Thread Ken Anderson
+1 > On Dec 29, 2018, at 6:01 AM, Markus Ruggiero > wrote: > > On 29 Dec 2018, at 01:05, Theodore Petrosky > wrote: >> >> i would love to get a copy of the script >> >> i’d like to see how you are doing things. > > > +1 > > > > > >> >>> On Dec 28, 2018,

Re: Deployment script

2018-12-29 Thread Markus Ruggiero
On 29 Dec 2018, at 01:05, Theodore Petrosky wrote: > > i would love to get a copy of the script > > i’d like to see how you are doing things. +1 > >> On Dec 28, 2018, at 2:53 PM, Jeffrey Schmitz > > wrote: >> >> To follow up, I wrote and uninstal

Re: Deployment script

2018-12-28 Thread Jeffrey Schmitz
To follow up, I wrote and uninstall script and uninstalled the WO Deployment stuff and then re-installed using the install script and all is well now. It will be nice having a deployment install script for Mac OS machines. There is more I’d like to automate in it but If anyone wants a copy of w

Re: Deployment script

2018-12-27 Thread Jeffrey Schmitz
I’m now trying to setup a second MacOS server using the script I created when setting up the first one. I’m close, but whenever I try to add a Host in JavaMonitor I’m getting the following error: Invalid Password - Access Denied I’m not sure what password it’s referencing or how I would en

Re: Deployment script

2018-12-26 Thread Jeffrey Schmitz
Forgot to mention, it's a rewrite rule in my httpd.conf that requires the application name to be lowercase: RewriteRule "^/cgi-bin/WebObjects/netBrackets.woa(.*)$" "/cgi-bin/WebObjects/netbrackets.woa$1" [R] > On Dec 26, 2018, at 8:28 AM, Theodore Petrosky wrote: > > what was that? I think

Re: Deployment script

2018-12-26 Thread Jeffrey Schmitz
The only thing I can figure is when I used localhost for everything, including the JavaMonitor Host, I must have used all lowercase for the application name when I created it in Javamonitor. Then when I changed over to using an IP address for the Host, I must have used Camel Case for the Applic

Re: Deployment script

2018-12-26 Thread Theodore Petrosky
what was that? I think I left my system with localhost. I need to check that also. > On Dec 25, 2018, at 3:36 PM, Jeffrey Schmitz > wrote: > > The problem was I used camelcase when naming the application in JavaMonitor. > I needed it to be lowercase. > > > >> On Dec 22, 2018, at 9:48 PM

Re: Deployment script

2018-12-25 Thread Jeffrey Schmitz
The problem was I used camelcase when naming the application in JavaMonitor. I needed it to be lowercase. > On Dec 22, 2018, at 9:48 PM, Jeffrey Schmitz > wrote: > > OK, using the scripts you sent (thanks!) I’ve setup the new machine for > deployment. It all works as long as I specify loc

Re: Deployment script

2018-12-22 Thread Jeffrey Schmitz
OK, using the scripts you sent (thanks!) I’ve setup the new machine for deployment. It all works as long as I specify localhost for all the WOHost and related environment variables in the http setup, as well as the specified Host in JavaMonitor/wotaskd. However, when I change all of the localh

Re: Deployment script

2018-12-09 Thread Jeffrey Schmitz
Thanks Ted, I’m giving it a look and already have a question. I downloaded the hypervisor, but I’m not sure what to do with it. I’m thinking I need another program to manage the VMs, but I don’t know what that is. I’m sure this is a very basic question, but it’s the stuff you get stuck on w

Re: Deployment script

2018-12-09 Thread Theodore Petrosky
i was the same way. if you want help, just ask. Getting away from OSX for deployment is really the way to go. Apple does an update, and you are screwed! Here are the setps: 1. create an account at vmware. 2. dowload the free esxi, and burn it to a dvd you actually wipe out the osx installation a

Re: Deployment script

2018-12-09 Thread Jeffrey Schmitz
Fear of the unknown vs. the enemy I know :-) > On Dec 9, 2018, at 9:49 AM, Theodore Petrosky wrote: > > I have to ask. why do you want to bang your head against a wall to use OSX? > Vmware esxi is free, allows you to put a linux distro on a mac mini (multiple > instances if you want). I use th

Re: Deployment script

2018-12-09 Thread Jeffrey Schmitz
Thanks guys, I’ll definitely look these over, they look great. I had a quick question/verification. I’m using Mac OS right now and a quick google indicates no apt-get or yum for OS/X. Just want to verify I’ll need to use home-brew or macports for that instead, is that correct? Btw, I’d lo

Re: Deployment script

2018-12-08 Thread Paul Hoadley
Hi Jeff, On 9 Dec 2018, at 12:31 pm, Jeffrey Schmitz wrote: > But I’m setting up a machine to use for deployment, not deploying an > individual app, so I need to get apache configured, the WO adaptor installed, > the webobjects tools installed (wotaskd, womonitor), etc. That’s what I was >

Re: Deployment script

2018-12-08 Thread Jeffrey Schmitz
Thanks Jesse, But I’m setting up a machine to use for deployment, not deploying an individual app, so I need to get apache configured, the WO adaptor installed, the webobjects tools installed (wotaskd, womonitor), etc. That’s what I was hoping the script would help with as it always turns ou

Re: Deployment script

2018-12-08 Thread Jesse Tayler
Not familiar with the script — but There’s nothing much all that special about actual deployment Typically you’d embed your frameworks and a separate web server resource folder along with a restart using javamonior > On Dec 8, 2018, at 8:46 PM, Jeffrey Schmitz > wrote: > > Hello List, >

Deployment script

2018-12-08 Thread Jeffrey Schmitz
Hello List, I’m trying to use the Learning the Wonders deployment chapter to setup a new server, however the script it references in section 1.2 doesn’t seem to exist. Has it been moved? Here’s the link in question: https://dl.dropboxusercontent.com/u/1548210/Downloads/WODeployment/deploy.sh