In Tomcat 3.2.x and Tomcat 3.3, you will need add it to
all your web.xml files.  The reading of a default
web.xml file was removed in favor of your web applications
being more portable.

Cheers,
Larry

> -----Original Message-----
> From: Kaneda K [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 12:19 PM
> To: [EMAIL PROTECTED]
> Subject: 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 ?
> 

Reply via email to