Re: Restarting after including new Servlet
Posted By:
AlessandroA_Garbagnati
Posted On:
Friday, April 20, 2001 10:31 AM
Hi,
If you put the classes for this servlet in the /WEB-INF/classes directory, then you can do that just setting the reloadable attribute of the Context tag to true:
reloadable="true"
... ... />
If your servlet are under /classes, then you need to restart Tomcat every time.