Opened 17 years ago

Closed 17 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 by Nicklas Nordborg, 17 years ago

Milestone: BASE 2.4
Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3631]) Fixes #701: JarClassLoader should be able to auto-reload based on timestamp

Note: See TracTickets for help on using tickets.