Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 55276 invoked from network); 11 Oct 2008 23:30:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2008 23:30:34 -0000 Received: (qmail 29366 invoked by uid 500); 11 Oct 2008 23:30:22 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 29347 invoked by uid 500); 11 Oct 2008 23:30:22 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 29336 invoked by uid 99); 11 Oct 2008 23:30:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Oct 2008 16:30:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.147.74.225] (HELO web62002.mail.re1.yahoo.com) (69.147.74.225) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 11 Oct 2008 23:29:17 +0000 Received: (qmail 64724 invoked by uid 60001); 11 Oct 2008 23:28:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=f5e5he9VSN5yikDMoMGqs7EXiZIMTtTLPLyKe3RvQPeHL4PuMGiR4JIRNViz2UIR3f9M0H+/xMnv/6nArQj0xD0G8iZRL2BeCRHmLiIAneazjhPFNA6BkYsLH9BUA2CAat/LtrypPbsjGQl6FBimJeYcRDaDOP1hdgZBOcfx7YA=; X-YMail-OSG: jaPGyMsVM1n6t4ApfPBlYEMgoA9YZLDpaoUoenOJ6N0Nxws3sbepTJ_sDcR8IndI6.arNYJ669nmNjXuzVEId2vthImKcVShLreKK8r3wTMcWFZMAcGwmuUdbRazSW2Wm4088oatIVQbstGCrUwWX2P08FbPYZ_vGQp4tRBL Received: from [217.20.251.156] by web62002.mail.re1.yahoo.com via HTTP; Sat, 11 Oct 2008 16:28:52 PDT X-Mailer: YahooMailRC/1096.40 YahooMailWebService/0.7.218.2 Date: Sat, 11 Oct 2008 16:28:52 -0700 (PDT) From: Odili Charles To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <864253.64717.qm@web62002.mail.re1.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] JAD And JAR MIME Issue I am trying to test a very simple J2ME MIDlet application that I developed that just says Hello World. For mobile devices (or mobile emulators) to be able to download and install the sample application, I uploaded it to my local apache webserver and added a .htaccess file to the root of the sample donwload site so as to let apache respond with the rigth mimes for the JAD and JAR files. My .htaccess file contains the following : # JavaME AddType text/vnd.sun.j2me.app-descriptor .jad AddType application/java-archive .jar but I continue to get errors that suggest that apache still does not handle the JAD mime type properly. I used a firefox plugin called Tamper Data, that lets me see request and response headers and the response header for the JAD file (even after the configurations with the .htaccess file) is text/plain instead of text/vnd.sun.j2me.app-descriptor that I suppose it should be. Please what am I missing about setting the mime type for JAD files to allow OTA provisioning for mobile devices. Cheers. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org