[jboss-jira] [JBoss JIRA] (WFLY-4321) restart of http connector without restarting whole web container
Stuart Douglas (JIRA)
issues at jboss.org
Mon Nov 7 22:15:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-4321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13318476#comment-13318476 ]
Stuart Douglas commented on WFLY-4321:
--------------------------------------
You need to add the allow-resource-service-restart=true header to the remove op:
/subsystem=undertow/server=default-server/https-listener=https:remove(){allow-resource-service-restart=true}
> 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,
> 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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list