]
Stuart Douglas commented on WFLY-4321:
--------------------------------------
This can be achieved at the moment by removing and then re-adding the https listener.
Are there any other use cases other than SSL changes? We could add explicit enable/disable
operations, however I am not sure if it is worth it.
restart of http connector without restarting whole web container
----------------------------------------------------------------
Key: WFLY-4321
URL:
https://issues.jboss.org/browse/WFLY-4321
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Affects Versions: 8.2.0.Final
Reporter: Davide Gesino
Assignee: Stuart Douglas
Priority: Minor
Labels: connector,, mbeans, ssl,
It would be great if Undertow provided a feature Tomcat has, namely the possibility to
stop the http connector without restarting the whole container.
It's useful for example in case when certificates for SSL communication change while
the container is up and running.
Tomcat has this feature setting the property
"org.apache.tomcat.util.ENABLE_MODELER" to true: this turn on the MBeans
management for Tomcat.
Through these beans it's possible to start and stop the connectors.