Re: WOApplet (close to success...)
Re: WOApplet (close to success...)
- Subject: Re: WOApplet (close to success...)
- From: Chuck Hill <email@hidden>
- Date: Mon, 17 Jan 2005 11:05:15 -0800
Do a search for control_bkgd.gif in your app. Also check your applet.
You probably have something like this:
<img src="../../control_bkgd.gif">
That won't ever work. With dynamic apps, URLs need to start with http
or /. Otherwise they are relative to the dynamic URL.
Chuck
On Jan 15, 2005, at 7:00 AM, Erwin wrote:
Related to the following output :
2- I also got a WODebug output which is not very easy to understand
<WorkerThread1>
<com.webobjects.appserver._private.WOStaticResourceRequestHandler>
Unable to get contents of file for uri.
file:
/Library/WebServer/Documents/cgi-bin/WebObjects/control_bkgd.gif;
uri: /cgi-bin/WebObjects/control_bkgd.gif
I was concerned by the 'cgi-bin' ...folder
as the Web server's DocumentRoot is defined as
/Library/WebServer/Documents, I don't understand where the 'cgi-bin'
is coming from ....
that's why the control_bkgd.gif cannot be found ......
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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