]
Stuart Douglas reassigned WFLY-4321:
------------------------------------
Fix Version/s: Awaiting Volunteers
Assignee: (was: Stuart Douglas)
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
Priority: Minor
Labels: connector,, mbeans, ssl,
Fix For: Awaiting Volunteers
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.