On Tue, 23 Oct 2001 [EMAIL PROTECTED] wrote:

> Hi.  Does anyone know if it is possible to have modularized web.xml files for an
> app?  ie tomcat will read all of them and "merge" them together?  If not, is it
> possible to add servlet mappings dynamically?

afaik Tomcat doesn't support anything like what you're asking for in terms
of web.xml merging.  Re adding mappings dynamically, again, not sure if
its natively supported, but you could write a servlet that matches /* and
have that read and re-read its own config file for dispatching requests.  

cheers
dim

Reply via email to