the tomcat/conf/web.xml is not read at all in the 3.2 tomcat branch.
This is known, and alluded to in places (in 4.0 documentation mostly).
However, no one has cleaned up the documentation.
I'd try ${context.home}/WEB-INF/web.xml or in apache/conf/httpd.conf...
Good Luck,
Kenneth Topp
---
to unsubscribe: [EMAIL PROTECTED]
for more info: http://jakarta.apache.org/getinvolved/mail.html
On Tue, 24 Oct 2000, William Brogden wrote:
> I am getting weird results when trying to get Tomcat to
> serve pages that link to style sheets. Example link:
>
> <head><title>Catalog Information</title>
> <link rel="stylesheet"
> href="http://localhost:8080/XmlBook/catalog/catalog.css"
> type="text/css" media="screen" >
> </head>
> I tried adding
> <mime-mapping>
> <extension>
> css
> </extension>
> <mime-type>
> text/css
> </mime-type>
> </mime-mapping>
> to the general web.xml in tomcat/conf
> following the style of the other mime-mapping entries
> but I still don't seem to get the catalog.css served.
>
>