How to Install WildFly on Ubuntu 16.04 LTS Step-by-step

October 21, 2017 | By the+gnu+linux+evangelist.

Ubuntu 16.04 WildFly Installation

  1. Download Latest WildFly JEE App Server

    WildFly App Server tar.gz

    Grab the Application Server Release.

  2. Double-Click on Archive and Extract Into /tmp.

    Install WildFly on Ubuntu 16.04 Xenial - Extraction
    Or from Shell:

    tar xvfz wildfly*.tar.gz -C /tmp/
  3. How to Install Recommended Oracle JDK on Ubuntu

    Install Oracle JDK 8+ for Ubuntu
  4. Relocate WildFly App Server.

    1. Login as SuperUser

      sudo su

      If Got “User is Not in Sudoers file” then see: How to Enable sudo

    2. And Switch WildFly

      sudo chown -R root:root /tmp/wildfly*
      mv /tmp/wildfly* /opt/wildfly
  5. Set User’s Env Variable and Path.

    1. Logout from SuperUser

      exit
    2. Edit User .bashrc File Settings

      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 :)

    3. Load New Environment Set-Up

      bash
  6. How to Getting-Started with WildFly on Linux

    Quick-Start with the Latest WildFly
  7. So Now Thanks to Red Hat Inc
    you Should Finally, Fully Dispose of a Latest WildFly JEE Server Installation Ubuntu Linux ;)

Contents


QuickChic Theme • Powered by WordPress