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]