RE: WAP Server Help

Document type		MIME type 		Typical extension 

Plain WML documents	text/vnd.wap.wml 		.wml 
Wireless Bitmap Images	image/vnd.wap.wbmp		.wbmp 
Compiled WML documents  application/vnd.wap.wmlc	.wmlc 
WMLScripts		text/vnd.wap.wmlscript		.wmls 
Compiled WML Scripts    application/vnd.wap.wmlscriptc	.wmlsc 

to enable these mime.types to serve WML documents with apache
you just have to add

AddType text/vnd.wap.wml .wml 
AddType image/vnd.wap.wbmp .wbmp 
AddType application/vnd.wap.wmlc .wmlc 
AddType text/vnd.wap.wmlscript .wmls 
AddType application/vnd.wap.wmlscriptc .wmlsc 

to the srm.conf file.

frank
---------------------------------------------------- 
Frank Steuer
steuer@ece.orst.edu 
for public PGP-key: finger -l steuer@ece.orst.edu
----------------------------------------------------

On Mon, 14 Aug 2000, Scott Priddy wrote:

> As far is I can remember, you can use a regular http server (at least with
> servlets). Just set your HttpResponse content type to "text/vnd.wap.wml",
> and only put in valid wml.
>  
> -Scott Priddy
> 
> -----Original Message-----
> From: Jason Ong [mailto:shadowx@pacific.net.sg]
> Sent: Saturday, August 12, 2000 1:07 PM
> To: www-mobile@w3.org
> Subject: WAP Server Help
> 
> 
> When I want to setup a WAP enabled server, what programs do I need and what
> types of settings are needed to be done?
>  
> I heard of adding some gateway or proxy to the server, but have no idea of
> what is needed.
>  
> At present, I'm configuring the server with a Windows 2000 Advanced Server
> OS.
>  
> Please help.
> Thank You.
> 
> ====================================
> Jason Ong
> shadowx@pacific.net.sg
> ==================================== 
> 
>  
> 
> 

Received on Monday, 14 August 2000 20:19:35 UTC