Step-by-step – WildFly Installation in Ubuntu 20.04 Guide

April 24, 2020 | By the+gnu+linux+evangelist.

How to Install

  1. 2. Downloading WildFly

    Download Latest WildFly JEE App Server

    WildFly App Server tar.gz

    Grab the Application Server Release.

  2. 3. Extracting WildFly

    Next Extract WildFly into /tmp
    On Desktop possibly Double-Click to Open with Archive Manager:

    Install WildFly on Ubuntu 20.04 Focal - Extraction
    Or from Shell:

    tar xvfz wildfly*.tar.gz -C /tmp/
  3. 4. Installing Oracle JDK

    How to Install Recommended Oracle JDK on Ubuntu

    Install Oracle JDK 8+ for Ubuntu
  4. 5. Installing WildFly

    And to Setup WildFly into the Target
    (This for a System-Wide Installation. For a Local one simply Run it from inside the Home directory.)
    First, set to Set the SuperUser as owner issue:

    sudo chown -R root:root /tmp/wildfly*

    And then to Switch it with:

    sudo mv /tmp/wildfly* /opt/wildfly
  5. 6. Setting Up Path

    Set User’s Env Variable and Path.

    To Edit User .bashrc Config File:

    nano ~/.bashrc

    Append:

    export JBOSS_HOME=/opt/wildfly;/nexport AS=$JBOSS_HOME;/nexport PATH=$JBOSS_HOME/bin:$PATH

    Ctrl+x to Save & Exit from nano :)

    Finally, to Load New Environment Set-Up play:

    bash

Contents


QuickChic Theme • Powered by WordPress