runtime « Web.xml « JSP-Servlet Q&A





1. Registering Servlets in web.xml dynamically at runtime    coderanch.com

Sanjay, 1. If you just like to register a new servlet class in the web.xml of your web app, you must have to restart only this web app and without having to restart the other apps since each web app has its own web.xml. 2. If you want to add a new app on tomcat, you must have to restart your ...