my 2 cents... i got sick of trying to remember where all the bits and pieces go, so now on linux we use this structure:
/opt/WOApplications /opt/WOWebServerResources /opt/WODeployment our apps go in WOApplications our web server resources go in - yes you guessed it - WOWebServerResources and javamonitor & wotaskd go in WODeployment deployment for idiots. like me. oh, and we've published a script that builds a linux box inline with this from scratch: http://webobjects.s3.amazonaws.com/wo-install.sh it's only tested on amazon linux, but i guess it might work on simliar flavours (centos/redhat). the script is part of a wider effort to fully automate deployment on ec2... simon On 10 October 2010 19:25, Chuck Hill <[email protected]> wrote: > > On Oct 9, 2010, at 11:01 PM, Pascal Robert wrote: > >> I'm setting up a Mac Mini Server, and it's the first time since 2008 that >> I'm setting up a OS X box just for deployment. I installed WO with >> woinstaller.jar, but I did forget that it won't install it in /, saying that >> /System already exists. So I installed it in /Developer, and had to create a >> symlink for /Library/WebObjects to /Developer/Library/WebObjects. >> >> Now, since it's a deployment box, I don't actually need WO on it, I only >> need the Apache adaptor, wotaskd and JavaMonitor with embedded frameworks. >> So I'm thinking of creating a installer (.pkg) that would : >> >> - create /Library/WebObjects and /Library/WebServer/Documents if they don't >> already exists > > And /Library/WebObjects/Configuration >> - install wotaskd.woa from Wonder, in /Library/WebObjects/JavaApplications >> - instal JavaMonitor.woa from Wonder, in /Library/WebObjects/JavaApplications > > I'd simplify this and put these both in the same directory. > > >> - install the two launchctl scripts >> - install and load the Apache HTTP adaptor from Wonder > > Where will this go? You will also need the apache.conf file. > >> >> Any opinions on this? >> >> >> -- >> Pascal Robert >> [email protected] >> >> AIM/iChat : MacTICanada >> LinkedIn : http://www.linkedin.com/in/macti >> Twitter : pascal_robert >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to [email protected] > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk > > This email sent to [email protected] > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
