Re: D2W Default Image Path
Re: D2W Default Image Path
- Subject: Re: D2W Default Image Path
- From: Art Isbell <email@hidden>
- Date: Tue, 1 Jun 2004 12:18:43 -1000
On Jun 1, 2004, at 11:07 AM, James Cicenia wrote:
How do I change where my D2W part of my application gets its
images from? It is trying to locate them at:
/WebObjects/Frameworks/JavaDirectToWeb.framework/WebServerResources/
find-ban.gif
when it should be getting them from
/System/Library/Frameworks
When you or Apple installs a framework with Web server resources, the
resources are installed and found under the Web server document root as
all Web resources should be: <Web server document
root>/WebObjects/Frameworks/AFramework.framework/WebServerResources.
So your image path is correct.
Or, you could install the images somewhere else under the Web server
document root and let the Web server process images which is faster
than asking WO to do so. You'd have to change the image path in your
WOImages and install the images manually.
Aloha,
Art
_______________________________________________
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.