Re: WODocument root and graphics
Re: WODocument root and graphics
- Subject: Re: WODocument root and graphics
- From: Denis Stanton <email@hidden>
- Date: Tue, 30 Nov 2004 09:27:49 +1300
On Nov 30, 2004, at 7:53 AM, Andrew Kinnie wrote:
Apparently, it is now working. I have no idea why., but I'm not about
to touch it. Thanks to all that helped.
I wish I had read this one before I typed the previous reply!
I would like an explanation of what a split install is, and what I
should be putting where (for when this inevitably crashes again)
Split install just means that the application is inside
/Library/WebObjects/Applications/MyApp.woa and the images are inside
/Library/WebServer/Documents/WebObjects/MyApp.woa
This in turn means that Apache can serve up the images without
bothering the application.
You can get to this configuration by putting the build file MyApp.woa
in two places, but if you set the right split install switches in XCode
it will make a special graphics-only version of MyApp.woa and copy it
to the right directory.
XCode configuration is not my thing. All seems mysteriously
over-complicated
What we have here is a symbolic link from
/Library/WebServer/Documents/WebObjects/ pointing to
/Library/WebObjects/Applications/MyApp.woa so Apache can find the
resources even though we only install one copy of MyApp.woa
Denis
_______________________________________________
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