Unable to deliver an application to a 8300 Please Login to Remove! Hi,
I'm currently trying to deliver an application to a Balckberry Curve 8300.
The application is composed of a jad file, a jar file and a cod file, depending on the model of the phone.
I'm running an Apache 2 server, configured with the correct mime types for each file type:
text/vnd.sun.j2me.app-descriptor jad
application/java-archive jar
application/vnd.rim.cod cod
There's also a Load Balancer named LiteSpeed, correctly configured with the same information.
When accessing the application through an URL, let's say for example:
wap.mysite.com/content/games/89t8bsm9/xxxxxx_yyyyy_zzzzz_US_ApplicaitonName_Blackberry_1 _0_0.jad (missing the http before the URL as I'm not graded enough on this forum), I keep getting an error message:
unsupported media type "text/vnd.sun.j2me.app-descriptor"
As if the phone did not recognized the file extension.
Here's the HTTP header of the link above:
HTTP/1.0 200 OK
Server: LiteSpeed
Date: Thu, 04 Jun 2009 11:29:27 GMT
Connection: close
X-Powered-By: PHP/5.2.0-8+etch11
Cache-Control:
Pragma:
Content-Disposition: attachment; filename="xxxxxx_yyyyy_zzzzz_US_ApplicaitonName_Bl ackberry_1_0_0.jad"
Content-Transfer-Encoding: binary
Content-Type: text/vnd.sun.j2me.app-descriptor jad
Content-Length: 1405
Does anyone have an idea of what's going wring?
Thaks for your help,
An in despair developer... |