The return of the son of geekiness

Does exactly what it says on the tin. Some of the nonsense contained herein may be very loosely related to The Sisters of Mercy, but I wouldn't bet your PayPal account on it. In keeping with the internet's general theme nothing written here should be taken as Gospel: over three quarters of it is utter gibberish, and most of the forum's denizens haven't spoken to another human being face-to-face for decades. Don't worry your pretty little heads about it. Above all else, remember this: You don't have to stay forever. I will understand.
Post Reply
User avatar
markfiend
goriller of form 3b
Posts: 21181
Joined: 11 Nov 2003, 10:55
Location: st custards
Contact:

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.
The fundamental cause of the trouble is that in the modern world the stupid are cocksure while the intelligent are full of doubt.
—Bertrand Russell
User avatar
Quiff Boy
Herr Administrator
Posts: 16772
Joined: 25 Jan 2002, 00:00
Location: Lurking and fixing
Contact:

if its apache you can add mime-types to indivudual virtual hosts using htaccess :?:
What’s the difference between a buffalo and a bison?
User avatar
Quiff Boy
Herr Administrator
Posts: 16772
Joined: 25 Jan 2002, 00:00
Location: Lurking and fixing
Contact:

What’s the difference between a buffalo and a bison?
User avatar
markfiend
goriller of form 3b
Posts: 21181
Joined: 11 Nov 2003, 10:55
Location: st custards
Contact:

Ta. I'd already done the .htaccess thing but it's still coming down as "Unsupported content type" on my phone. :|
The fundamental cause of the trouble is that in the modern world the stupid are cocksure while the intelligent are full of doubt.
—Bertrand Russell
Post Reply