Re: buildstyle WebServer not working
Re: buildstyle WebServer not working
- Subject: Re: buildstyle WebServer not working
- From: Ray Ackland <email@hidden>
- Date: Sat, 19 Jun 2004 19:18:33 +1200
I found that a note in the docs not to be overlooked was the mention
that you need to do this as a root user. This is because xcodebuild
doesn't have permission otherwise to put the results in the right
place.
Try it again running under a su shell.
r
On 19/06/2004, at 7:10, Ed Allen wrote:
I'm new to WebObjects. Yesterday I made my first DirectToWeb
application accessing a mySQL database and got it to run from the
browser after it offered to do that with the build. After that I
started to learn how to deploy it, and found the instructions that
told me to
pbxbuild install -buildstyle Deployment DSTROOT=/
pbxbuild install -buildstyle WebServer DSTROOT=/
Okay, I tried both of those from my app's directory, and discovered
that pbxbuild was wrong since I used Xcode, and got them to run using
xcodebuild instead.
Both then showed the build activity and said they completed
successfully. I find the build products I expect from the Deployment
build but not from the WebServer build, even though it said it ended
successfully. If I understand right, my app's .woa file should turn up
in /Library/WebServer/Documents/WebObjects/. I found instructions
guiding me to how to look at the paths set for the WebServer build and
they look right to me.
What is likely to be my problem here? Advice for fixing it? Am I
leaving anything out of this description you need to tell me what is
going on here?
_______________________________________________
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.
_______________________________________________
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.