The Tutorial Presents a Quick Start Guide to Deployment for the Latest Oracle-Bea WebLogic 12c Java JEE Application Server on Linux Systems.
Inside the Post you Find Links Installing and Getting-Started with the Oracle WebLogic 12c App Server on Linux.
And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.
The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.
-
How to Getting-Started Oracle WebLogic 12c on Linux Distros:
Quick-Start WebLogic12c for Linux -
Open a Terminal Window
(Press “Enter” to Execute Commands) -
Download the sample.war Archive
wget https://jitpack.io/com/github/WASdev/sample.servlet/2.1.0/sample.servlet-2.1.0.war
-
Give Permission and Deploy
chmod +x sample.servlet.war
mv sample.war $MW_HOME/standalone/deployments
After the Hello World Sample Should be Successfully Deployed to:
http://localhost:7001/sample/
The Sample Hello-World Example Include Basic Servlet and a JSP Page.
-
Open a Terminal Window
(Press “Enter” to Execute Commands) -
Download the sample.war Archive
wget https://jitpack.io/com/github/WASdev/sample.servlet/2.1.0/sample.servlet-2.1.0.war
-
Give Permission
chmod +x sample.servlet.war
-
Deployment
cp sample.war $MW_HOME/user_projects/domains/base_domain/autodeploy
After the Hello World Sample Should be Successfully Deployed to:
http://localhost:7001/sample/