This was a config issue on my machine.

I am running the OL war over Jetty.  I have the project code in my workspace
and under the exploded OL war folder via a symbolic link.  This works fine
for the OL war, but Jetty does not support symbolic links by default so it
wasn't serving the image resources.

To correct this, I modified $JETTY_HOME/etc/webdefault.xml to include the
following for the "default" servlet:

  <init-param>
    <param-name>aliases</param-name>
    <param-value>true</param-value>
  </init-param>



On Tue, Dec 2, 2008 at 7:54 AM, P T Withington <[EMAIL PROTECTED]> wrote:

> This is supposed to 'just work'.  How about looking at your browser's net
> traffic to see if it is fetching the .png's or maybe there is some path
> confusion?
>
>
> On 2008-12-02, at 07:14EST, Brendan Fagan wrote:
>
>  Do I need to do something special to use image resources in DHTML?
>>
>> I'm declaring PNG files in <resource tags and using those named resources
>> in
>> my views.
>>
>> Works fine in SWF8.  No resources show up in DHTML.
>>
>
>

Reply via email to