Opened 16 years ago
Closed 16 years ago
#701 closed enhancement (fixed)
JarClassLoader should be able to auto-reload based on timestamp
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.4 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
This would simplify plug-in development since you would only have to recompile. Changes would take effect immediately without having to restart Tomcat or doing manual unload of the plug-in.
We could include a base.config option to prevent the auto-reload in case a server admin is worried about stability.
Change History (2)
comment:1 Changed 16 years ago by
Milestone: | → BASE 2.4 |
---|---|
Owner: | changed from everyone to Nicklas Nordborg |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [3631]) Fixes #701: JarClassLoader? should be able to auto-reload based on timestamp