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

Reply via email to