CLIの場合:
まず、jboss-cli.sh(/ bin内にあります)を使用してサーバーに接続します。
jboss-cli.sh --connect --controller=<ip-server>:9990
スタンドアロンモードの場合:
[standalone@ip-address:9999 /] /deployment=${deployment-name}/subsystem=undertow:read-attribute(name=active-sessions)
ドメインモードの場合:
[domain@ip-address:9999 /] /host=${host-name}/server=${server-name}/deployment=${deployment-name}/subsystem=undertow:read-attribute(name=active-sessions)
Web管理コンソールの場合:
「http:// ip-address:9990/」を使用してWebコンソールにアクセスします
左下隅から[展開]を選択します。
使用するモードに応じて:
スタンドアロンモードの場合:
左側のパネルから、
「deployment」-「${deploymentname}」-「subsystem」-「undertow」を選択します。
メインページの「データ」タブをクリックします
ドメインモードの場合:
左側のパネルから、
「サーバーグループ」-「${server-group-name}」-「deployment」-「${deployment-name}」-「view」-「subsystem」-「undertow」を選択します。「Data」をクリックします。メインページの「」タブ