OpenNTF / openliberty-domino

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

Add a mechanism for un-deploying WARs #29

Closed jesse-gallagher closed 3 years ago

jesse-gallagher commented 4 years ago

Currently, there isn't a way to un-deploy WARs from in the Domino UI, and it'd be a tricky problem. Maybe, rather than trying to support document deletions, it'd be best to look into using the CLI API to un-deploy explicitly first. However, even that could have natural trouble, for example if the WAR file in a given app document changes.

jesse-gallagher commented 3 years ago

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