Details
Description
For various purposes it would be useful historical data to know when an app server started up (and the version it was running).
The attached patch adds this to event tracking.
It would also be helpful to have a corresponding server.stop event on shutdown, but I can't figure out where to put that in such a way that it can still run successfully on shutdown (destroy() method in ClusterEventTracking doesn't work).