it is reloading all the servlets because all of them belong to the same class loader, hence it needs to trash the classloader and start a new one, even if only one servlet has changed
Filip > -----Original Message----- > From: Antony [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 10:58 PM > To: tomcat mail list > Subject: Is there any difference between Shutdown and context reload ? > > > Hi, > I would like to know whether Tomcat behaves the same when Tomcat is > Restarted and a context reload ?. Another question is why Tomcat is > reloading all servlets when a single servlet is changed. > > Antony > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
