Page 1 of 1

The return of the son of geekiness

Posted: 30 Nov 2005, 15:19
by markfiend
Anyone know of any free web-servers that have the correct MIME-type configuration for MIDlet .jar and .jad files? (The innards of java applications for mobile devices)

i.e.

Code: Select all

<!-- JAD file -->
<mime-mapping>
<extension>jad</extension>
<mime-type>text/vnd.sun.j2me.app-descriptor</mime-type>
</mime-mapping>

<!--JAR file -->
<mime-mapping>
<extension>jar</extension>
<mime-type>application/java-archive</mime-type>
</mime-mapping>
Because freewebs (where I host my markfiend.com site) doesn't appear to; nor will it let me set the MIME-type associations.

Posted: 30 Nov 2005, 15:24
by Quiff Boy
if its apache you can add mime-types to indivudual virtual hosts using htaccess :?:

Posted: 30 Nov 2005, 15:26
by Quiff Boy

Posted: 30 Nov 2005, 16:11
by markfiend
Ta. I'd already done the .htaccess thing but it's still coming down as "Unsupported content type" on my phone. :|