OpenNTF / openliberty-domino

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

Consider manipulating server.xml during deployment to enable features #55

Closed jesse-gallagher closed 3 years ago

jesse-gallagher commented 3 years ago

Currently, usage of the Domino integration features requires knowing to put them in the server.xml features block. It wouldn't be too difficult to make them checkboxes in the UI and then interpolate the feature elements in if necessary when writing the server.xml.

This sort of thing could also be used to, for example, automatically enable JSON log output (https://github.com/OpenNTF/openliberty-domino/issues/54)