Versions Compared

Key

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

作成した WAR ファイルを WildFly サーバーにデプロイします。
デプロイ方法にはさまざまな方法がありますが、このチュートリアルでは、WildFly Web コンソールを使用してデプロイする方法を説明します。(他の方法によるデプロイでも構いません。)

 1.add-user スクリプトを実行し、新しいユーザーを追加します。

(既存ユーザーを利用する場合は、不要です。そのまま 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) を開き、登録したユーザー名、パスワードでログインします。

Image Added

5.[Deployments] タブをクリックします。

Image Added

7.[] ボタン > [Upload Deployment]を選択します。

Image Added

8.作成した WAR ファイルを選択後、[Next] ボタンを押下します。

Image Added

9.設定を変更しないまま [Finish] ボタンを押下します。

Image Added

 10.war がデプロイされたことを確認します。

Image Added

11.Calculator [View] ボタン > Enable を選択し、アプリケーションを有効化します。

12.次のURL (http://localhost:8080/Calculator/) でアクセスできることを確認します。
※ポート番号を変更している場合はご利用の環境に合わせてください。

Image Added