Install WildFly on Mac Mavericks 10.9
The Unix Tutorial shows you How to Install and Getting-Started with the Latest WildFly for Mac Mavericks 10.9 OS X.
WildFly App Server main Features:
- Unparalled Speed: Fast Startup. Ultimate Web Performance & Scalability.
- Exceptionally Lightweight: Memory Diet. Slimable / Customizable Runtime.
- Powerful Administration: Unified Configuration & Management. Domain & Standalone Management.
- Supports Latest Standards and Technology: Java Jakarta EE. Modern Web.
- Modular Java: No more jare hell! Fast Linking & Concurrent Loading
- Easily Testable: Arquillian. Smarter Development.
Inside the Post you Find Links to Installing JDK 7 and to Getting-Started with WildFly for macOS.
To make the whole WildFly Install on Mac Mavericks 10.9 Easy to Understand and Visualize the Post Includes the Basic Screenshots of All GUI Steps involved.
-
Download Latest WildFly JEE App Server
-
Open Terminal Window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Extract Archive Into /tmp
cd $HOME/Downloads
tar xvfz wildfly*.tar.gz -C /tmp/
-
How to Install Recommended Oracle JDK on macOS
-
Relocate WildFly App Server.
-
Login as SuperUser
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
And Switch WildFly
sudo chown -R root:root /tmp/wildfly*
mv /tmp/wildfly* /opt/wildfly
-
-
Set User’s Env Variable and Path.
-
Logout from SuperUser
exit
-
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 :)
-
Load New Environment Set-Up
bash
-
-
How to Getting-Started with WildFly on macOS
So Now Thanks to Red Hat Inc
you Should Finally, Fully Dispose of a Latest WildFly JEE Server Installation macOS ;)