Ah, gents, you're too fast for me.

Adding a MIME mapping to the web.xml file  for *.properties files
fixed the problem for me.  Yeah, TJ, you're right; we're probably off
topic, but I think it's courteous to include the answer, in case
someone else has the same problem I did.

Here's what I added to the web.xml file:

    <mime-mapping>
        <extension>properties</extension>
        <mime-type>text/plain</mime-type>
    </mime-mapping>

Thanks again!

Cheers!

On Apr 14, 8:46 am, Walter Lee Davis <wa...@wdstudio.com> wrote:
> Or .htaccess -- any server that mimics the Apache config mechanism  
> might respect this and set the headers accordingly.
>
> Walter
>
> On Apr 14, 2009, at 9:27 AM, Nigel Peck wrote:
>
> > You should add something like this to your Apache config:
>
> >     AddType text/plain .properties
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to