As far as I know Tomcat automatically reloads the WEB-INF/classes and
WEB-INF/lib directories. So if your helper classes are in that folders, they
should be reloaded too. Classes from ${TOMCAT_HOME}/lib directory are loaded
on the start and are not reloaded during tomcat lifetime.

> -----Original Message-----
> From: Noels Jeroen [mailto:[EMAIL PROTECTED]]
> Sent: Mittwoch, 23. Mai 2001 10:40
> To: '[EMAIL PROTECTED]'
> Subject: [JBoss-user] automatically reloading servlet classes
> 
> 
> 
> hi,
> We experienced that embedded tomcat automatically reloads a 
> servlet class
> (in the webapps directory) when it is modified, which is very 
> convenient for
> development and debugging purposes. Does this automatic 
> reloading feature
> extend to 'helper classes' that are used by the servlets, or 
> is there any
> way to make it so?
> Furthermore, if web.xml is modified, is there a way to 
> redeploy the servlets
> without restarting the jboss-tomcat server? or is it possible 
> to restart
> embedded tomcat only, without stopping all the other services?
> 
> Jeroen Noels
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to