The Guide Presents a Step-by-Step Quick Start Glassfish3 Java JEE6 Application Server on Mageia Linux Distro.
To Make the Entire Easy to Understand and Visualize the Posts Includes the Basic Screenshots of All GUI Steps involved.
The Contents and Details of Guides are Essentials and Give Focus only to Instructions and Commands.
-
Installing Glassfish 3.X JEE6 Server.
How-Install Glassfish 3 on Mageia -
Open a Terminal Window
(Press “Enter” to Execute Commands) -
Start Glassfish 3 Server
asadmin start-domain domain1
If you Changed the Default Domain Name then Adapt Consequently the Command…
If Do Not Find asadmin:
Try to Locate the asadmin Utility.
which asadmin
If No Result then:
- Search for asadmin with Locate Command
locate asadmin
How to Easy Find/Search Files/Directories/Images on Linux.
Linux How to Use locate Command - Modify System Variables and Path:
nano ~/.bashrc
Insert:
export GLASSFISH3_HOME=glassfish3
/nexport PATH=$GLASSFISH3_HOME/bin:$PATHLoad System Set-Up:
bash
- Search for asadmin with Locate Command
-
Download the HelloWorld.war Example File.
-
Deploy HelloWorld.war
sudo asadmin deploy /hello.war
-
View HelloWorld.war
On Browser Go To URL:
http://localhost:8080/hello
Make Correction If you Changed the Default Glassfish Port.