Description
The Jetty network Connector GBeans allow you to set the port but not the listen address (IP or host). Both should be configurable. The class that has the port and (read-only) host property is:
geronimo/modules/jetty/org/apache/geronimo/jetty/connector/JettyConnector
However it looks like the actual listener is initialized in one of the subclasses
- HTTPConnector
- HTTPSConnector
- AJP13Connector