How to Getting-Started with Deployment on Glassfish 4
You are Welcome! The Tutorial shows you Step-by-Step How to Getting-Started with Glassfish 4 Java EE Web Servlet Deployment on Ubuntu Desktop/Server i386/amd64 Linux.
GlassFish App Server Benefits:
implementation.

-
Open a Command Line Terminal Window
Ctrl+Alt+t
(Press “Enter” to Execute Commands) -
Possibly Download the Servlet Sample.
cd $HOME/Downloads/
To List the directory contents and Verify the file is there:
ls .
If Not then Try to look into the /tmp folder…
wget https://jitpack.io/com/github/WASdev/sample.servlet/2.1.0/sample.servlet-2.1.0.war
-
Give Execution Permission.
chmod +x $HOME/Downloads/sample.servlet.war
-
How to Install Glassfish 4 App Server for Ubuntu
-
Open with Browser the Admin Backend
http://localhost:4848
-
Select Deploy an Application.
-
Browse for the sample.war file
The Confirm with “OK”
Then You Should have a Confirmation about the Deployed App…
-
View the Deployed Servlet
http://localhost:8080/sample/
Tags: Glassfish, glassfish 4, glassfish 4 deployment, Guide, How-to, Install, Java, java app server, Java EE 6, java ee 7, java web app, java web application, java web development, JEE 6, jee 7, jee deployment, jsf, jsf 2, Linux, Linux Tutorial, servelet deployment, Tutorial, Ubuntu, ubuntu linux