• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Frameworks and WebServer Resources
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Frameworks and WebServer Resources


  • Subject: Re: Frameworks and WebServer Resources
  • From: Art Isbell <email@hidden>
  • Date: Thu, 14 Apr 2005 15:26:05 -1000

On Apr 14, 2005, at 3:04 PM, Owen McKerrow wrote:

I've added a file to my Frameworks WebServer resources, but when I do a build the file is not included in the .framework folder.
So Im wondering exactly how do you include WebServer resources in Frameworks and where do they have to go when you deploy them ?

Add the files in your Web Server Resources group to the Web Server target. Then install both the Deployment and WebServer build styles. I always use xcodebuild for this:


sudo xcodebuild install -buildstyle Deployment DSTROOT=/
sudo xcodebuild install -buildstyle WebServer DSTROOT=/

By default, this will install a framework in both /Library/ Frameworks and /Library/WebServer/Documents/WebObjects/Frameworks. If your app and Web servers are different machines, you'll need to install the Deployment build style on the app server and the WebServer build style on the Web server. Or you could copy these build products to the appropriate machines.

Aloha,
Art

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Frameworks and WebServer Resources (From: Owen McKerrow <email@hidden>)

  • Prev by Date: Re: Frameworks and WebServer Resources
  • Next by Date: Tab separated text input
  • Previous by thread: Re: Frameworks and WebServer Resources
  • Next by thread: Tab separated text input
  • Index(es):
    • Date
    • Thread