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

Commit 6ca1ecf

Browse files
Update README.md
1 parent 53c2d77 commit 6ca1ecf

File tree

1 file changed

+30
-7
lines changed

1 file changed

+30
-7
lines changed

README.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,35 @@
1-
This file describes the subdirectories of the GlassFish Git repository.
1+
GlassFish Server
2+
=================
3+
http://glassfish.java.net
24

3-
Last updated: 05/19/2017 by [email protected]
5+
GlassFish is the reference implementation of Java EE.
46

5-
- main
7+
Building
8+
--------
69

7-
The main GlassFish project source code.
10+
Prerequisites:
811

9-
- v2
12+
* JDK8+
13+
* Maven 3.0.3+
1014

11-
The older GlassFish v2 source code.
12-
Also contains the current devtests for GlassFish.
15+
Run the full build:
16+
17+
`mvn install`
18+
19+
Locate the Zip distributions:
20+
- appserver/distributions/glassfish/target/glassfish.zip
21+
- appserver/distributions/web/target/web.zip
22+
23+
Locate staged distributions:
24+
- appserver/distributions/glassfish/target/stage
25+
- appserver/distributions/web/target/stage
26+
27+
Starting GlassFish
28+
------------------
29+
30+
`glassfish4/bin/asadmin start-domain`
31+
32+
Stopping GlassFish
33+
------------------
34+
35+
`glassfish4/bin/asadmin stop-domain`

0 commit comments

Comments
 (0)