OpenNTF / openliberty-domino

Open Liberty server embedded in Domino
Apache License 2.0
7 stars 3 forks source link

Skip deployment of NSF-hosted .wars on startup when they're not newer #28

Closed jesse-gallagher closed 3 years ago

jesse-gallagher commented 4 years ago

Currently, the runtime always deploys all .wars on startup, but it should probably check the dropins folder for an existing file and its mod time, since the current method has an unnecessary load/unload/reload cycle for the app.

jesse-gallagher commented 4 years ago

This seems like another one where Liberty may have gotten smarter under my feet: I've noticed that same-file uploads don't trigger an unload/load cycle. I'm not sure if that's consistent over time, but it may be that this is less important now.

jesse-gallagher commented 3 years ago

Covered by https://github.com/OpenNTF/openliberty-domino/issues/59