We are hosting our application on JBoss 5.0
We have KML and KMX download files for Google Earth. Everything works fine when a user is
using the Firefox browser; however, with Internet Explorer the KML files are downloaded
into the web page as text/xml and the KMZ files are downloaded as zip files.
Apparently, we need to set the appropriate mime types in JBoss. I am not sure where they
go, but I think the values are:
AddType application/vnd.google-earth.kml+xml kml
AddType application/vnd.google-earth.kmz kmz
A solution would be greatly appreciated.
Mike
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227919#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...