GlassFish is an open-source application server used for Java EE (Enterprise Edition) applications. It provides a runtime environment for deploying, managing, and scaling Java applications.
Here are the steps to install GlassFish on CentOS 8:
sudo dnf updatesudo dnf install java-11-openjdk-develwget https://download.eclipse.org/glassfish/glassfish-6.2.0.zipunzip glassfish-6.2.0.zipsudo mv glassfish6 /opt/sudo nano ~/.bash_profileexport JAVA_HOME=/usr/lib/jvm/java-11-openjdksource ~/.bash_profile/opt/glassfish6/bin/startDomain --verbosehttp://localhost:4848Now you have successfully installed and started GlassFish on CentOS 8. You can deploy your Java applications and manage them using the GlassFish administration console.
What our customers say about us
Create your free account today.