thanks
it runs all rigth
----- Original Message -----
From: "Alex Fernández" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 09, 2001 10:51 AM
Subject: Re: wml


> Try the web.xml inside your webapp, in WEB-INF. The one in conf/ is just
for
> shows.
>
> Cheers,
>
> Alex.
>
> Carlos wrote:
>
> > i have writte that in my web.xml but doesn't run, doesn't show the wml
> > pages.
> > it says me that there are te3xt/plain
> > I have restart the tomcat but doesn't show.
> > anybody can help me?
> > thanks
> > Carlos
> >
> > ----- Original Message -----
> > From: "Christoph Fischer" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, February 07, 2001 1:27 PM
> > Subject: Re: wml
> >
> > > Hi Carlos,
> > > You have to add the following mime-types
> > > For .WML files: "text/vnd.wap.wml"
> > > For .WMLC files: "application/vnd.wap.wmlc"
> > > For .WMLS files: "text/vnd.wap.wmlscript"
> > > For .WMLSC files: "application/vnd.wap.wmlscriptc"
> > > For .WBMP files: "image/vnd.wap.wbmp"
> > > e.g.
> > >     <mime-mapping> <!-- WAP/WML mime -->
> > >         <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>
> > > etc...
> > > anyway with tomcat 3.2 I wasn't able to transfer pictures anymore.
> > > If you find a solution let me know.
> > >
> > > Chris
> > >
> > >
> > >
> > > Carlos wrote:
> > >
> > > > i have in a linux only the tomcat as the web server.
> > > > how can i to server wml pages?
> > > > what i must configure?
> > > > in which files i must to configure and what i must to write?
> > > > thanks
> > > > Carlos
> > > >
> > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, email: [EMAIL PROTECTED]
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, email: [EMAIL PROTECTED]
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to