Saturday, February 12, 2022

How To install Payara ( Java Application Server ) on Ubuntu 20.04

 in This Tutorial you will Learn " How To install Payara ( Java Application Server ) on Ubuntu 20.04"

Payara Server is the open source platform of choice for the development of Java EE production applications. In addition, it contains many improvements and better community support. Many companies worldwide use it for the deployment of their Java applications.
Homepage - https://www.payara.fish/
_________________________________________________________________________________________
Server - Os:  Ubuntu 20.04.3 LTS 64Bit        | IP -192.168.1.80            |Hostname -  ubuntu.example.com
_________________________________________________________________________________________
lsb_release -d
apt update ; apt install openjdk-8-jdk -y
java -version
Download Link - https://www.payara.fish/downloads/payara-platform-community-edition/
./asadmin start-domain
localhost:4848
_________________________________________________________________________________________

No comments:

Post a Comment