OTA Wireless game download Server configuration based on IIS [Everenter produced]
Source: Internet
Author: User
-->
-->Preface: I am a Java rookie, out of the hobby of the game, drag to learn J2ME. To study the way wireless games operate, find some tutorials to configure the wireless game download server (on the Air). However, the current online masters play the majority of Apache, so find tutorials are based on Apache. Consulted a lot of experts, and finally in Apache experiment OTA success, and have the wild, if the implementation of OTA under IIS will let the habit of Ms style friends save a lot of things?
To sum up, the key point to build OTA server is to register the MIME type of Kjava game on the server: Jad and jar. I have done the combination of IIS and Lotus Domino server, so I decided to try it once and I didn't expect the process to be very smooth. So I can't wait to share it with you. Note: This article starts in http://www.Everenter.com, welcome everybody exchanges, if reprint please indicate the source.
Software Environment: WINDOWS server,iis5.0,j2wtk2.0.
1. Install Web server (IIS) modify the corresponding profile to support JAD and Jar two MIME
Type
Jad:text/vnd.sun.j2me.app-descriptor
Jar:application/java-archive
Open the properties of the site in IIS, as shown in the following illustration: MIME mappings under HTTP header labels, by File type button
Click the New Type button to add two types of jad and jars
① Association Extension: Jad
Content Type (MIME): Text/vnd.sun.j2me.app-descriptor
② Association extension: Jar
Content Type (MIME): application/java-archive
2. In the Home Directory tab of the site properties, fill in the local path as the directory for your OTA site. I used the G:webota.
3.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.