29
Dec
stored in: Techno Stuffs
I was asked to host some mobile applications that should be available for download to our test terminals (mobile phones), so I uploaded them to one of our office Apache web servers. When I tried downloading the installers, I always got some sort of invalid file error. It was then I discovered that the web server is not returning the proper mime-type for the files I’m trying to download. So what I did was to add the following lines in the mime-types file under the conf/ directory of Apache.
# MIDP JAD File
text/vnd.sun.j2me.app-descriptor jad
# MIDP Jar File
application/java-archive jar
# Symbian SIS file
application/vnd.symbian.install sis
After restarting Apache, I was able to successfully download the files I needed. ![]()
Popularity: 3% [?]