> patrickl 02/01/27 19:03:44 > > Modified: catalina/src/share/org/apache/catalina/core > StandardContext.java > Log: > Replace references to "reload" lifecycle event with Lifecycle.RELOAD_EVENT to be consistent with other events.
Reload is a custom lifecycle event type (lifecycle for the base interfaces is only start and stop). That's why I didn't add it there. If we want a constant somewhere, it should be in the Context interface IMO (that's the interface which defines the reload method). Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>