MikeyLikesIt wrote:
> T.J.,
> 
> There was no Content-Type header.  I imagine our server doesn't know
> what to append for *.properties files.  I'll have a look at the Tomcat
> docs and see if I can figure that out.
> 
> Thanks for all the help!

It will no doubt default to text/html, which is why you get this error.

You should add something like this to your Apache config:

     AddType text/plain .properties

More info at:
http://httpd.apache.org/docs/2.2/mod/mod_mime.html#addtype

Hope this helps,
Nigel

--~--~---------~--~----~------------~-------~--~----~
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