OpenNTF / openliberty-domino

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

Add ability to configure randomized ports for spawned instances #90

Open jesse-gallagher opened 2 years ago

jesse-gallagher commented 2 years ago

When using a reverse proxy, the port that the individual server is listening on matters less, and it would ease deployment if it could be set to a randomized port.

This could be done by having an option in the Server config doc, and then have the server.xml pre-process step use the Java routine to find a random open port on the server when deploying the XML to the filesystem.