Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
NoBug: Updated the bundled README.txt (#22267)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaminikb authored Sep 5, 2017
1 parent 6cd1f86 commit 520c31a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions appserver/packager/appserver-base/src/main/docs/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Here are a few short steps to get you started...
0. Prerequisite
===============

GlassFish 5.0 requires Oracle JDK 8 Update 121
GlassFish 5.0 requires Oracle JDK 8 Update 144.
Check http://www.oracle.com/technetwork/java/javase/downloads/index.html to download the JDK.


1. Installing GlassFish
=======================

Installing GlassFish is just a matter of unzipping the GlassFish archive in the desired directory. Since you are reading this, you have probably already unzipped GlassFish. If not, just type the following command in the directory where you want GlassFish to be installed : jar xvf glassfish-4.1.zip
Installing GlassFish is just a matter of unzipping the GlassFish archive in the desired directory. Since you are reading this, you have probably already unzipped GlassFish. If not, just type the following command in the directory where you want GlassFish to be installed : jar xvf glassfish-5.0.zip


The default domain called 'domain1' is installed and preconfigured.
Expand Down Expand Up @@ -47,7 +47,7 @@ To stop GlassFish, just issue the following command :
Open the following local file in your browser: glassfish5/glassfish/docs/quickstart.html. It contains useful information such as the details about the pre-configured 'domain1', links to the GlassFish Documentation, etc.


Make sure to also check the GlassFish 4.1 Release Notes as they contains important information : https://glassfish.java.net/docs/4.1/release-notes.pdf
Make sure to also check the GlassFish 5.0 Release Notes as they contains important information : https://javaee.github.io/glassfish/documentation

If you are new to Java EE, the Java EE Tutorial (see below) is a good way to learn more. The examples are tailored to run with GlassFish and this will help you get oriented.

Expand All @@ -57,15 +57,11 @@ If you are new to Java EE, the Java EE Tutorial (see below) is a good way to lea
5. Documentation
================

GlassFish 4.1 Releases Notes : https://glassfish.java.net/docs/4.1/release-notes.pdf
GlassFish Documentation : https://javaee.github.io/glassfish/documentation

Java EE Tutorial : https://javaee.github.io/tutorial

GlassFish Documentation : http://glassfish.org/documentation.html

Java EE 7 Tutorial : http://docs.oracle.com/javaee/7/tutorial/doc/home.htm


GlassFish Forum : https://www.java.net/forums/glassfish/glassfish
GlassFish Forum : https://javaee.groups.io/g/glassfish/


6. Follow us
Expand Down

0 comments on commit 520c31a

Please sign in to comment.