Hello

May be you have to configure your Webserver to know the file format "mms"
For example a apache tomcat webserver needs the following entries in the 
/usr/local/tomcat/conf/web.xml

 <mime-mapping>
   <extension>mms</extension>
   <mime-type>application/vnd.wap.mms-message</mime-type>
 </mime-mapping>


If you have another web browser look for similar entries.

May be this helps.

Regards

Joerg



---------- Original Message ----------------------------------
From: "Pawel" <[EMAIL PROTECTED]>
Date:  Sat, 4 Jan 2003 01:26:36 +0100

>Hi,
>I've got configured properly and running Kannel as WAP Gateway,
>and using Nokia 7210 Mobile Handset Simulator (from Nokia Forum) to
>check MMS.
>When I open MMS from local file , it's OK!,
>I've got information "New multimedia message".
>But when I put it on my WWW server and trying
>open it from File>Open I've got error "Unknown
>file format".
>
>Here URL with MMS:
>http://home.it-mobile.pl/mms/1.mms
>
>and here's some headers:
>mwitkowski@ns:~/bin/sbin> lynx --mime_header
>http://home.it-mobile.pl/mms/1.mms |more
>HTTP/1.1 200 OK
>Date: Sat, 04 Jan 2003 00:26:38 GMT
>Server: Apache/1.3.12 (Unix)  (Red Hat/Linux) PHP/4.0.6RC1 mod_perl/1.24
>Last-Modified: Fri, 03 Jan 2003 23:47:39 GMT
>ETag: "7e6ca-1c36-3e16211b"
>Accept-Ranges: bytes
>Content-Length: 7222
>Connection: close
>Content-Type: application/vnd.wap.mms.message
>
>In Nokia Simulator settings I've put my Kannel's WAP GW IP address.
>Below tail from wapaccess.log
>2003-01-04 01:11:41 <http://home.it-mobile.pl/mms/1.mms>
>(application/vnd.wap.mms.message, charset='') 200
>
>Regards,
>Pawel
>
>
>

Reply via email to