ok for those that are interested, I have solved the mystery. It appears
that the system wide web.xml is no longer supported in Tomcat 3.2.x because
it was a non-standard extension to the Servlet specification. All web
application configuration is now handled in WEB-INF/web.xml files within the
webapps.
So if you put:
<mime-mapping>
<extension>
wml
</extension>
<mime-type>
text/vnd.wap.wml
</mime-type>
</mime-mapping>
<mime-mapping>
<extension>
wmlc
</extension>
<mime-type>
application/vnd.wap.wmlc
</mime-type>
</mime-mapping>
<mime-mapping>
<extension>
wmls
</extension>
<mime-type>
text/vnd.wap.wmlscript
</mime-type>
</mime-mapping>
<mime-mapping>
<extension>
wmlsc
</extension>
<mime-type>
application/vnd.wap.wmlscriptc
</mime-type>
</mime-mapping>
<mime-mapping>
<extension>
wbmp
</extension>
<mime-type>
image/vnd.wap.wbmp
</mime-type>
</mime-mapping>
in the webapp section of your webapps/yourWebapp/WEB-INF/web.xml (ie NOT in
conf/web.xml) it works.
James
---------------------------------
James Radvan
Websphere Analyst/Architect
London, UK
[EMAIL PROTECTED]
+44 7990 624899
********************************************************************
Click here to visit the Argos home page http://www.argos.co.uk
The information contained in this message or any of its attachments may be privileged
and confidential, and is intended exclusively for the addressee.
The views expressed may not be official policy, but the personal views of the
originator.
If you are not the addressee, any disclosure, reproduction, distribution,
dissemination or use of this communication is not authorised.
If you have received this message in error, please advise the sender by using the
reply facility in your e-mail software.
All messages sent and received by Argos Ltd are monitored for virus, high risk file
extensions, and inappropriate content. As a result users should be aware that mail
may be accessed.
********************************************************************