Re: WOImage?
Re: WOImage?
- Subject: Re: WOImage?
- From: Art Isbell <email@hidden>
- Date: Wed, 5 Mar 2003 08:32:52 -1000
On Wednesday, March 5, 2003, at 11:06 AM, Paul L Merchant Jr. wrote:
Thanks Art, this was the clue I needed.
Great!
The problem is not that Project Builder can't install a WebObjects
application,
However, the fact is that PBX wasn't designed as a file installer.
For example, a WO app split install requires root privileges to write
files to the Web server's document root but PBX doesn't run with root
privileges. So unless one has changed the Web server's document root's
ownership or permissions or runs PBX as root, it cannot successfully
complete a split install of a WO app.
But there are other obstacles that prevent all versions of PBX from
successfully installing all types of WO projects (e.g., WOApplication,
WOFramework). So just because a particular version of PBX seems to
successfully install a particular WO project type doesn't mean that PBX
should be used to install any WO project. The only procedure I've seen
Apple recommend for installations is the pbxbuild utility. The
following shell script works for me to install all types of WO projects
regardless of the PBX version:
#! /bin/sh
sudo pbxbuild install -buildstyle Deployment DSTROOT=/
sudo pbxbuild install -buildstyle WebServer DSTROOT=/
Aloha,
Art
http://homepage.mac.com/aisbell/
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Re: WOImage? (From: email@hidden (Paul L Merchant Jr.)) |