LoginSignup
0
1

More than 5 years have passed since last update.

WildFly のインストール

Last updated at Posted at 2018-12-17

やってみたのでメモ

前提条件

CentOS7
Javaインストール済み

手順

  1. tarファイルをダウンロードする ファイルはDownloadsから取得できる

    # curl -LkvOf https://download.jboss.org/wildfly/15.0.0.Final/wildfly-15.0.0.Final.tar.gz
    
  2. 展開する

    # tar zxf wildfly-15.0.0.Final.tar.gz
    
  3. /opt配下に移動させる

    # mv wildfly-15.0.0.Final /opt/wildfly
    
  4. 起動する

    # ./standalone.sh -b=0.0.0.0
    
  5. 次のURLにアクセスする

    http://<IPアドレス>:8080
    

参考

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1