WildFly Mac Mojave 10.14 Installation Guide
The Mac Tutorial Shows You How-to Install Latest WildFly for Mac OS X 10.14 Mojave Unix/BSD.
And WildFly for Mac Mojave App Server main Features:
Inside the Post you Find Links to Installing Oracle JDK and to Getting-Started with the WildFly Java App Server for Mac OS X.
To Make the Entire Install WildFly App Server on Mac Mojave 10.14 Process Easier to Visualize and Retain the Post Includes the Basic Screenshots of the Essentials Steps Involved.

WildFly App Server New Features at a Glance:
- Java 8 deep integration
- Includes the ActiveMQ Artemis is project
- Launch CLI Host-controller locally
- Includes the Undertow JS project able to Pull in CDI Beans & JPA Entity Beans with scripts
- Able to Deploy Apps as “Singleton Deployment”
- Pools Stateless session Beans by default
- Migration Operations for Old subsistems as: JBossweb, Jacorb & Horneqt
-
Download Latest WildFly JEE 7 App Server:
-
Open a Shell Terminal emulator window
Finder > Applications > Utilities > Terminal
(Press “Enter” to Execute Commands) -
Extract Archive Into /tmp
cd $HOME/Downloads
tar xvfz wildfly*.tar.gz -C /tmp/
-
How-to Install Required Oracle JDK 8+ on Mac OS X:
-
Relocate WildFly App Server
-
Login as SuperUser
sudo su
If Got “User is Not in Sudoers file” then Look: Solution
-
Relocate WildFly
chmod -R root:wheel /tmp/wildfly*
mv /tmp/wildfly* /opt/wildfly-10
-
Login as SuperUser
-
Set Environment Variable and Path
-
Logout from SuperUser
exit
-
Edit User .bashrc File Settings
nano ~/.bashrc
Insert:
export JBOSS_HOME=/opt/wildfly-8; export PATH=$JBOSS_HOME/bin:$PATH
- Load New Environment Set-Up
source ~/.bashrc
-
Logout from SuperUser
-
How-to Getting-Started with WildFly on Mac OS X:
So Now Thanks to Red Hat Inc.
You Should Finally Fully Dispose of a WildFly JEE Server Installation Mac OS X 😉