AdamBien / lightfish

Payara / GlassFish Monitoring Utility
121 stars 41 forks source link

Persistent Lightfish #12

Closed rveldpau closed 11 years ago

rveldpau commented 11 years ago

I added a "persistent" version of lightfish. This version does not use the drop-in Derby database, instead requiring the user to configure one as jdbc/lightfish which will not drop tables every time it is started.

I have also made the configuration into an entity that also gets persisted. This way if the server is reloaded (if it is persistent) the configuration will be reloaded from the data source.

AdamBien commented 11 years ago

Thanks! I will probably add a transient version as well. LightFish is also used just for monitoring without a persistent store.

rveldpau commented 11 years ago

The main light fish project is still the transient one, I didn't change it because I knew you use it for drop in monitoring.