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

Commit 520c31a

Browse files
authored
NoBug: Updated the bundled README.txt (#22267)
1 parent 6cd1f86 commit 520c31a

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

  • appserver/packager/appserver-base/src/main/docs

appserver/packager/appserver-base/src/main/docs/README.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Here are a few short steps to get you started...
66
0. Prerequisite
77
===============
88

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

1212

1313
1. Installing GlassFish
1414
=======================
1515

16-
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
16+
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
1717

1818

1919
The default domain called 'domain1' is installed and preconfigured.
@@ -47,7 +47,7 @@ To stop GlassFish, just issue the following command :
4747
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.
4848

4949

50-
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
50+
Make sure to also check the GlassFish 5.0 Release Notes as they contains important information : https://javaee.github.io/glassfish/documentation
5151

5252
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.
5353

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

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

62+
Java EE Tutorial : https://javaee.github.io/tutorial
6263

63-
GlassFish Documentation : http://glassfish.org/documentation.html
64-
65-
Java EE 7 Tutorial : http://docs.oracle.com/javaee/7/tutorial/doc/home.htm
66-
67-
68-
GlassFish Forum : https://www.java.net/forums/glassfish/glassfish
64+
GlassFish Forum : https://javaee.groups.io/g/glassfish/
6965

7066

7167
6. Follow us

0 commit comments

Comments
 (0)