> 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 co
- Original Message -
From: "Raghuveer" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'"
Sent: Wednesday, June 18, 2008 1:05 PM
Subject: Reload classfiles withour server restarting
Is there a way to configure my tomcat to reload class files when com
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 tr