You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kaneda K <ka...@dedaletechnology.com> on 2001/08/20 18:18:43 UTC

WAP + Servlet in Tomcat 3.3

At 23:30 20/08/2001 +1000, you wrote:
> >From memory nokia have a wap emulator available from their site that you
>can download.  the only reliance it might have on the web would come from
>dtd references from memory...

1- Opera is working with Wap.

I wonder be the way in tomcat 3.3 to define mime type
in order to add those for every web apps

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

Or should I add those manually in every web.xml of every webapps ?