> From: Raghuveer [mailto:[EMAIL PROTECTED] > Subject: Reload classfiles withour server restarting > > Is there a way to configure my tomcat to reload class files > when compiled?
Not individual class files, but you can reload each webapp in its entirety. > I remember it could be achieved by setting reloadable to true > as per docs. Where exactly we need to configure this? Set the reloadable attribute in the webapp's <Context> element: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html If you want all your webapps to be reloadable, put the setting in the global conf/context.xml file; this is not recommended, due to performance impacts. (The above is for the current level of Tomcat; adjust as needed for whatever level you're using, which you didn't bother to tell us.) - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]