2 Replies Latest reply on Apr 27, 2006 6:02 AM by hillel

    How to get Jboss to recognize JAD and J2ME JAR MIME Types

    hillel

      We need to allow users to download via http a Jad and Jar file from Jboss.
      The Jar is a j2me file that will be downloaded to a mobile phone.

      We need to ensure that Jboss Web server recognizes JAD and JAR files:
      a. For the JAD file type, the MIME type needs to be set to
      text/vnd.sun.j2me.app-descriptor.
      b. For the JAR file type, the MIME type needs to be set to
      application/java-archive.

      How do you set this up in Jboss?

      Any help appreciated.