Is there a way to configure my tomcat to reload class files when compiled?
Imaging I have modified my Java file and compiled. Instead of restarting the server to load the latest class files...is there a way to configure in tomcat. I remember it could be achieved by setting reloadable to true as per docs. Is this correct. Where exactly we need to configure this? Suggest for any other alternatives.