Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(既存ユーザーを利用する場合は、不要です。そのまま 5. に進んでください。)

Windows の場合

[WildFly インストールディレクトリ]/bin/add-user.bat

Linux の場合

[WildFly インストールディレクトリ]/bin/add-user.sh

2.ユーザーのタイプを選択するよう求められたら、Management User を選択します。

What type of user do you wish to add?

  1. a) Management User (mgmt-users.properties)
  2. b) Application User (application-users.properties)
(a): a

3.任意のユーザー名およびパスワードを設定します。
ユーザー名、パスワード設定は画面に表示される指示に従って行います。

Enter the details of the new user to add.

Using realm 'ManagementRealm' as discovered from the existing property files.

Username : jtest

Password :

4.WildFly サーバーを起動します。

Windows の場合

[WildFly インストールディレクトリ]/bin/standalone.bat

Linux の場合

[WildFly インストールディレクトリ]/bin/ standalone.sh

5.WEB ブラウザで次のURL (http://localhost:9990/console/App.html#home) を開き、登録したユーザー名、パスワードでログインします。

...