Barry Fritchman wrote:

> I had been using an extension mapping to serve XML
> files in Tomcat 3.1 via my own servlet.  I just
> downloaded 3.2, and it no longer seems to work (Tomcat
> returns the file, but it doesn't go through my
> servlet).  I have the following stuff in Tomcat's
> conf\web.xml file at the appropriate places, the same
> as I had it in the 3.1 web.xml:
>

Tomcat 3.2 does *not* read the conf/web.xml file -- you will need to install
this servlet definition (and the corresponding mapping) into each web
application's web.xml file.

Tomcat 4.0 returns to the mechanism that 3.1 used (reading the conf/web.xml
file) for setting global defaults.

Craig McClanahan



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

Reply via email to