Github user gaohoward commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/956#discussion_r95716694
  
    --- Diff: 
artemis-web/src/main/java/org/apache/activemq/artemis/component/WebServerComponent.java
 ---
    @@ -170,4 +173,15 @@ private WebAppContext deployWar(String url, String 
warFile, Path warDirectory) t
           handlers.addHandler(webapp);
           return webapp;
        }
    +
    +   @Override
    +   public void stop() throws Exception {
    --- End diff --
    
    @clebertsuconic Done. Just let you know I called stop(false) in order to 
prevent it from stopping. (true means to really stop). Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to