Re: D2W Default Image Path
Re: D2W Default Image Path
- Subject: Re: D2W Default Image Path
- From: Colin Clark <email@hidden>
- Date: Tue, 1 Jun 2004 18:18:43 -0400
Hi James,
Although I'm not much of a D2W guru, I don't think you want your images
loading out of /System/Library/...
Typically images are Web server resources, and should be served by
Apache directly. The path you noted in which your application is
looking for the images is relative to your Web server document root
(located in /Library/WebServer/Documents/ on OS X). A standard install
of WebObjects should include all of the standard Web server resources
for the JavaDirectToWeb Framework in this location.
In other words, your application is indeed looking in the correct place
for your D2W Web server resources.
I hope that helps,
Colin
On Tuesday, June 1, 2004, at 05:07 PM, 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
At least I think so. How do I change the setting.
-James Cicenia
_______________________________________________
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.
---
Colin Clark
Dynamic Web and Database Lead,
Resource Centre for Academic Technology,
University of Toronto
(416) 946-7592 / email@hidden
_______________________________________________
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.