|
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.
-----------------------------------------
|
- Tomcat configuration for wml support nwadehra
- Ronan Derby
