max port is 65535
Note: there are other places that use this same createPort stuff but with 65535 -- this off by one error is quite common in the world...
Pretty sure there is validation that should also change.
Afaict, that is the validation to the extent there is any...
c.f. https://github.com/sonatype/nexus-public/blob/57cb13fb5dd3fc10621757ed374f398a829dba88/plugins/nexus-coreui-plugin/src/main/resources/static/rapture/NX/coreui/view/system/HttpSettings.js#L70 https://github.com/sonatype/nexus-public/blob/57cb13fb5dd3fc10621757ed374f398a829dba88/plugins/nexus-coreui-plugin/src/main/resources/static/rapture/NX/coreui/view/system/HttpSettings.js#L109