I don't have a single servlet in the web.xml, so tomcat can handle them automatically. If there is no use for it : don't use it ;)) Saves a lot of maintainance.. So only put things in the web.xml that should be there (you have to check the servlet spec for that to see the options).
Mvgr, Martin -----Original Message----- From: Krishnamurthy, Ramanathan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 14:32 To: 'Tomcat Users List' Subject: Dynamic Servlet Loading Hi, I am new to Tomcat/Servlets. As I understand the servlet registration happens at startup time when the web.xml file is read. Is there some way to make the Tomcat re-read the web.xml file OR does Tomcat provide APIs to register servlet dynamically ? Thank you for your help, Regards, ram -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
