Versions Compared

Key

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

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

  1. add-user スクリプトを実行し、新しいユーザーを追加します。
    (既存ユーザーを利用する場合は、不要です。そのまま 5.

...

  1.  に進んでください。)

    Windows の場合

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

    Linux の場合

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

...


  1. ユーザーのタイプを選択するよう求められたら、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):

...

  1.  a

...


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

    Enter the details of the new user to add.

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

    Username : jtest

    Password :

...


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

    Windows の場合

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

    Linux の場合

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

...


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

    Image Modified

...


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

    Image Modified

...


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

    Image Modified

...


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

    Image Modified

...

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

    Image Modified

...


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

    Image Modified

...

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

...


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

    Image Modified