官术网_书友最值得收藏!

Suspending and resuming an instance via the CLI

In this recipe, we will learn how to suspend an instance without killing active requests. Once the running requests are completed, the next ones will not be accepted. This is a new feature available in WildFly 9.

Getting ready

To test this recipe, we will need the application named grace that you can find in my GitHub repository. If you skipped the Managing applications using the deployments folder recipe, please refer to it to download all the source code and the projects that you will need.

Start up your WildFly so we can directly connect to it via the CLI, as follows:

$ cd ~/WFC/wildfly
$ ./bin/standalone.sh

How to do it…

  1. First of all, deploy the application grace.war. Once the application has been deployed, open it using a browser at the following URL http://127.0.0.1:8080/grace

    This will hit the index.jsp page which increments a counter and then sleeps for 10 seconds, just to simulate a long running request.

  2. While running, open a terminal window and connect to the CLI as usual. Once there, do as follows:
    $ ./bin/jboss-cli.sh --connect
    [standalone@localhost:9990 /] :suspend
  3. Now, going back on the browser, your request should be done and you should see a page similar to the following one:
  4. On the other hand, to resume the instance, just invoke the following command:
    [standalone@localhost:9990 /] :resume

How it works…

The command itself is pretty easy. What you should know is what happens to the next user's requests. The next user would get the following page:

Obviously, you could handle the HTTP 503 code using a special page to warn the users about the technical problems due to the system's upgrade.

On the WildFly logs you should catch the following entry:

16:38:05,374 INFO  [org.jboss.as.server] (management-handler-thread - 7) WFLYSRV0211: Suspending server

The resume command is pretty easy as well. What needs to be noticed is that the user will not lose his current and active session, which is a really great feature from the user's point of view.

On the WildFly logs, you should catch the following entry:

16:38:25,347 INFO  [org.jboss.as.server] (management-handler-thread - 8) WFLYSRV0212: Resuming server

Now if you go back to the application and refresh the page, you should see the counter increasing from where it stopped, as depicted in the following image:

主站蜘蛛池模板: 雅江县| 焦作市| 章丘市| 石城县| 抚远县| 金堂县| 花垣县| 喀喇| 嘉义市| 司法| 四平市| 来宾市| 延川县| 遂宁市| 墨玉县| 广东省| 凤阳县| 洛南县| 鸡西市| 新干县| 刚察县| 台江县| 昭平县| 上栗县| 阿坝县| 定兴县| 湘西| 黑河市| 西宁市| 鲁甸县| 曲水县| 恩施市| 太保市| 东丰县| 桑日县| 武宁县| 兴化市| 沭阳县| 迭部县| 喀什市| 永德县|