Vijay Suryawanshi wrote:

> How to use text/vnd.wap.wml MIME Type to serve WML pages from Tomkat ?
> It's not working after putting mime type mappings in web.xml. This is
> similar problem that Raf Colson had faced.
>
> Raf, did u get any workaroud ? If you could help me in this regard,
> that would be appriciated.Thanks and Regards, Vijay
> [...]

Hi :-)   if you use jakarta-tomcat-4.0-b1, did you ever try to add
the following into TOMCAT_HOME/conf/web.xml?

  <mime-mapping>
    <extension>wml</extension>
    <mime-type>text/vnd.wap.wml</mime-type>
  </mime-mapping>
  <mime-mapping>
    <extension>wbmp</extension>
    <mime-type>image/vnd.wap.wbmp</mime-type>
  </mime-mapping>
  ...


Bo
Mar.03, 2001




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to