WildFly 10 QuickStart for Mac Yosemite 10.10
The Unix Tutorial Shows You How-to Install and Getting-Started with the Latest WildFly 10.x Open Source Java JEE 7 Application Server for Mac OS X 10.10 Yosemite Unix/BSD.
WildFly App Server main Features:
Inside the Post you Find Links to Installing Oracle JDK and to Getting-Started with the WildFly 10 Java App Server for Mac OS X.
To Make the Entire Install WildFly App Server on Mac Yosemite 10.10 Process Easier to Visualize and Retain the Post Includes the Basic Screenshots of the Essentials Steps Involved.

Wildfly 10 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 10 JEE 7 App Server:
-
Open Terminal Window
(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 10 JEE Server Installation Mac OS X 😉