You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: appserver/packager/appserver-base/src/main/docs/README.txt
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ Here are a few short steps to get you started...
6
6
0. Prerequisite
7
7
===============
8
8
9
-
GlassFish 5.0 requires Oracle JDK 8 Update 121
9
+
GlassFish 5.0 requires Oracle JDK 8 Update 144.
10
10
Check http://www.oracle.com/technetwork/java/javase/downloads/index.html to download the JDK.
11
11
12
12
13
13
1. Installing GlassFish
14
14
=======================
15
15
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
17
17
18
18
19
19
The default domain called 'domain1' is installed and preconfigured.
@@ -47,7 +47,7 @@ To stop GlassFish, just issue the following command :
47
47
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.
48
48
49
49
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
51
51
52
52
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.
53
53
@@ -57,15 +57,11 @@ If you are new to Java EE, the Java EE Tutorial (see below) is a good way to lea
0 commit comments