you may need to add all of the mime types required for wml to the web.xml file.
 
    <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>
 
There are others but these will get wml files and wbmps to work.
 
If you are using tomcat with apache, you may need to add the mime types to your apache conf
files.
 
Hope this helps.
 

  -----------------------------------------
  Ronan Derby  /  Senior Software Engineer       
  P�ca
  [EMAIL PROTECTED]
  main switch:     +353 (0)1 6341480
  direct line:     +353 (0)1 6341483
  fax line:        +353 (0)1 6341481
  1 Harcourt Terrace, Dublin 2, Ireland
  -----------------------------------------
  http://www.puca.ie

-----Original Message-----
From: nwadehra [mailto:[EMAIL PROTECTED]]
Sent: 01 May 2001 13:23
To: [EMAIL PROTECTED]
Subject: Tomcat configuration for wml support

Hi,
   
How can I configure tomcat for wml?
 
Regards
Nidhi

Reply via email to