You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christoph Fischer <cf...@bb-sw.de> on 2000/12/21 12:12:49 UTC

WAP get no images

Hello,

I'm using tomcat as a wap/wml server. With the release 3.1 it was no
problem to include images but as I switched to 3.2 images are
no longer transfered to the client. The mime-type is set in the web.xml

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

Any ideas what I might have forgotten to set???

Thanks in advance

Chris