This is what I want to do: 1. First I define one servlet(Controller) in the web.xml file 2. I want my Controller servlet to be able to add and remove servlets(modules) from the application context.
Why? In my system each servlet is a module and I want my modules to be pluggable. e.g. possible to add and remove modules(servlets) thru the Controller servlet. Today I have to change the web.xml file and reload the application every module I add/remove. Is this possible? I would see no reason to why there couldn't be some interface between Tomcat and my servlet that could do this. Thanks for any suggestions Thomas �hlen -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
