Skip to content

Commit

Permalink
Issue eclipse-ee4j#23739 glassfish3 to glassfish7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Dec 20, 2021
1 parent f2ef99a commit 65f2092
Show file tree
Hide file tree
Showing 44 changed files with 200 additions and 200 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,22 +327,22 @@ In configuration files, as-install is represented as follows:
a|* Installations on the Oracle Solaris operating system, Linux operating
system, and Mac OS operating system:
+
user's-home-directory``/glassfish3/glassfish``
user's-home-directory``/glassfish7/glassfish``
+
* Installations on the Windows operating system:
+
SystemDrive``:\glassfish3\glassfish``
SystemDrive``:\glassfish7\glassfish``

|as-install-parent
|Represents the parent of the base installation directory for GlassFish Server.
a|* Installations on the Oracle Solaris operating system, Linux operating
system, and Mac operating system:
+
user's-home-directory``/glassfish3``
user's-home-directory``/glassfish7``
+
* Installations on the Windows operating system:
+
SystemDrive``:\glassfish3``
SystemDrive``:\glassfish7``

|domain-root-dir
|Represents the directory in which a domain is created by default.
Expand Down
8 changes: 4 additions & 4 deletions docs/administration-guide/src/main/jbake/content/domains.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ Here are the most typical Linux commands of interest:
* /etc/init.d/GlassFish_domain1 restart
For your convenience this message has also been saved to this file:
/export/glassfish3/glassfish/domains/domain1/PlatformServices.log
/export/glassfish7/glassfish/domains/domain1/PlatformServices.log
Command create-service executed successfully.
----

Expand Down Expand Up @@ -1137,7 +1137,7 @@ most recent backup stored in a specified backup directory:
[source]
----
asadmin> restore-domain --backupdir /net/backups.example.com/glassfish domain1
Restored the domain (domain1) to /home/user1/glassfish3/glassfish/domains/domain1
Restored the domain (domain1) to /home/user1/glassfish7/glassfish/domains/domain1
Command restore-domain executed successfully.
----

Expand Down Expand Up @@ -1480,8 +1480,8 @@ Command stop-domain executed successfully.
$ asadmin start-domain
Waiting for domain1 to start ........................
Successfully started the domain : domain1
domain Location: /export/glassfish3/glassfish/domains/domain1
Log File: /export/glassfish3/glassfish/domains/domain1/logs/server.log
domain Location: /export/glassfish7/glassfish/domains/domain1
Log File: /export/glassfish7/glassfish/domains/domain1/logs/server.log
Admin Port: 4849
Command start-domain executed successfully.
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@ curl -X GET -H "Accept: application/json" http://localhost:4848/management/domai
}
],
"entity":{
"installDir":"\/export\/glassfish3",
"installDir":"\/export\/glassfish7",
"name":"sj01",
"nodeDir":null,
"nodeHost":
Expand Down Expand Up @@ -1523,7 +1523,7 @@ curl -X GET -H "Accept: application/json" http://localhost:4848/management/domai
}
],
"entity":{
"installDir":"\/export\/glassfish3",
"installDir":"\/export\/glassfish7",
"name":"sj01",
"nodeDir":null,
"nodeHost":
Expand Down Expand Up @@ -2213,7 +2213,7 @@ Line breaks and white space are added to enhance readability.
}
],
"entity":{
"installDir":"\/export\/glassfish3",
"installDir":"\/export\/glassfish7",
"name":"sj01",
"nodeDir":null,
"nodeHost":
Expand Down Expand Up @@ -2481,7 +2481,7 @@ Line breaks and white space are added to enhance readability.
</entry>
<entry key="entity">
<map>
<entry key="installDir" value="/export/glassfish3"/>
<entry key="installDir" value="/export/glassfish7"/>
<entry key="name" value="sj01"/>
<entry key="nodeDir" value=""/>
<entry key="type" value="SSH"/>
Expand Down Expand Up @@ -3086,8 +3086,7 @@ log-level::
The severity level of the message in the log record. For more
information, see link:logging.html#gklml[Setting Log Levels].
product-name::
The application that created the log message, for example,
`glassfish3.1`.
The application that created the log message, for example, `glassfish7`.
logger-class-name::
The fully qualified name of the Java class of the logger class that
created the log message. Each component of GlassFish Server provides
Expand All @@ -3103,8 +3102,9 @@ message-id::
Server, this identifier consists of a module code and a numerical
value, for example, `CORE5004`. All `SEVERE` and `WARNING` messages
and some `INFO` messages from GlassFish Server contain a message
identifier. For more information, see the link:../error-messages-reference/toc.html#GSEMR[GlassFish Server
Open Source Edition Error Message Reference].
identifier. For more information, see the
link:../error-messages-reference/toc.html#GSEMR[
GlassFish Server Open Source Edition Error Message Reference].
message-text::
The text of the log message.
Expand All @@ -3127,7 +3127,7 @@ Line breaks and white space are added to enhance readability.
"recordNumber":475,
"loggedDateTimeInMS":1300743782815,
"loggedLevel":"INFO",
"productName":"glassfish3.1",
"productName":"glassfish7",
"loggerName":"org.glassfish.admingui",
"nameValuePairs": "_ThreadID=25;_ThreadName=Thread-1;",
"messageID":"",
Expand All @@ -3137,7 +3137,7 @@ Line breaks and white space are added to enhance readability.
"recordNumber":474,
"loggedDateTimeInMS":1300728893368,
"loggedLevel":"INFO",
"productName":"glassfish3.1",
"productName":"glassfish7",
"loggerName":"jakarta.enterprise.system.core.com.sun.enterprise.v3.admin.adapter",
"nameValuePairs":"_ThreadID=238;_ThreadName=Thread-1;",
"messageID":"",
Expand All @@ -3147,7 +3147,7 @@ Line breaks and white space are added to enhance readability.
"recordNumber":473,
"loggedDateTimeInMS":1300728893367,
"loggedLevel":"INFO",
"productName":"glassfish3.1",
"productName":"glassfish7",
"loggerName":"jakarta.enterprise.system.core.com.sun.enterprise.v3.server",
"nameValuePairs":"_ThreadID=238;_ThreadName=Thread-1;",
"messageID":"CORE10010",
Expand Down Expand Up @@ -3217,7 +3217,7 @@ thread-name::
The name of the thread that created the message.
product-name::
The application that created the log message, for example,
`glassfish3.1`.
`glassfish7`.
record-number::
A serial number in the form of a decimal integer that uniquely
identifies the log record.
Expand All @@ -3239,15 +3239,15 @@ Line breaks and white space are added to enhance readability.
<record loggedDateTimeInMS="1300743782815" loggedLevel="INFO"
loggerName="org.glassfish.admingui" messageID=""
nameValuePairs="_ThreadID=25;_ThreadName=Thread-1;"
productName="glassfish3.1" recordNumber="475"/>
productName="glassfish7" recordNumber="475"/>
<record loggedDateTimeInMS="1300728893368" loggedLevel="INFO"
loggerName="jakarta.enterprise.system.core.com.sun.enterprise.v3.admin.adapter"
messageID="" nameValuePairs="_ThreadID=238;_ThreadName=Thread-1;"
productName="glassfish3.1" recordNumber="474"/>
productName="glassfish7" recordNumber="474"/>
<record loggedDateTimeInMS="1300728893367" loggedLevel="INFO"
loggerName="jakarta.enterprise.system.core.com.sun.enterprise.v3.server"
messageid="core10010" nameValuePairs="_ThreadID=238;_ThreadName=Thread-1;"
productName="glassfish3.1" recordNumber="473"/>
productName="glassfish7" recordNumber="473"/>
</records>
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ obtaining the GlassFish OSGi Web Console.
GlassFish OSGi Admin Console component.
* If you are obtaining the console from the Maven repository, download
and unzip the required files.
2. Download the following files to the parent of the `glassfish3`
2. Download the following files to the parent of the `glassfish7`
directory of your GlassFish Server installation.
http://maven.glassfish.org/content/groups/glassfish/org/glassfish/packager/glassfish-osgi-http/3.1.2/glassfish-osgi-http-3.1.2.zip[`glassfish-osgi-http-3.1.2.zip`]
+
Expand Down
8 changes: 4 additions & 4 deletions docs/administration-guide/src/main/jbake/content/preface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -299,22 +299,22 @@ In configuration files, as-install is represented as follows:
Installations on the Oracle Solaris operating system, Linux operating
system, and Mac OS operating system:

user's-home-directory`/glassfish3/glassfish`
user's-home-directory`/glassfish7/glassfish`

Installations on the Windows operating system:

SystemDrive`:\glassfish3\glassfish`
SystemDrive`:\glassfish7\glassfish`

|as-install-parent + |Represents the parent of the base installation
directory for GlassFish Server. a|
Installations on the Oracle Solaris operating system, Linux operating
system, and Mac operating system:

user's-home-directory`/glassfish3`
user's-home-directory`/glassfish7`

Installations on the Windows operating system:

SystemDrive`:\glassfish3`
SystemDrive`:\glassfish7`

|domain-root-dir + |Represents the directory in which a domain is
created by default. |as-install`/domains/`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,22 +256,22 @@ In configuration files, as-install is represented as follows:
Installations on the Oracle Solaris operating system, Linux operating
system, and Mac OS operating system:

user's-home-directory`/glassfish3/glassfish`
user's-home-directory`/glassfish7/glassfish`

Installations on the Windows operating system:

SystemDrive`:\glassfish3\glassfish`
SystemDrive`:\glassfish7\glassfish`

|as-install-parent + |Represents the parent of the base installation
directory for GlassFish Server. a|
Installations on the Oracle Solaris operating system, Linux operating
system, and Mac operating system:

user's-home-directory`/glassfish3`
user's-home-directory`/glassfish7`

Installations on the Windows operating system:

SystemDrive`:\glassfish3`
SystemDrive`:\glassfish7`

|domain-root-dir + |Represents the directory in which a domain is
created by default. |as-install`/domains/`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,17 +256,17 @@ In configuration files, as-install is represented as follows:
a|Installations on the Oracle Solaris operating system, Linux operating
system, and Mac OS operating system:

user's-home-directory``/glassfish3/glassfish`` +
user's-home-directory``/glassfish7/glassfish`` +
Installations on the Windows operating system: +
SystemDrive``:\glassfish3\glassfish``
SystemDrive``:\glassfish7\glassfish``

|as-install-parent
|Represents the parent of the base installation directory for GlassFish Server.
a|Installations on the Oracle Solaris operating system, Linux operating
system, and Mac operating system: +
user's-home-directory``/glassfish3`` +
user's-home-directory``/glassfish7`` +
Installations on the Windows operating system: +
SystemDrive``:\glassfish3``
SystemDrive``:\glassfish7``

|domain-root-dir
|Represents the directory in which a domain is created by default.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,19 +294,19 @@ In configuration files, as-install is represented as follows:

a|Installations on the Oracle Solaris operating system, Linux operating
system, and Mac OS operating system: +
user's-home-directory``/glassfish3/glassfish``
user's-home-directory``/glassfish7/glassfish``

Installations on the Windows operating system: +
SystemDrive``:\glassfish3\glassfish``
SystemDrive``:\glassfish7\glassfish``

|as-install-parent
|Represents the parent of the base installation directory for GlassFish Server.
a|Installations on the Oracle Solaris operating system, Linux operating
system, and Mac operating system: +
user's-home-directory``/glassfish3``
user's-home-directory``/glassfish7``

Installations on the Windows operating system: +
SystemDrive``:\glassfish3``
SystemDrive``:\glassfish7``

|domain-root-dir
|Represents the directory in which a domain is created by default.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,22 +321,22 @@ In configuration files, as-install is represented as follows:
Installations on the Oracle Solaris operating system, Linux operating
system, and Mac OS operating system:

user's-home-directory`/glassfish3/glassfish`
user's-home-directory`/glassfish7/glassfish`

Installations on the Windows operating system:

SystemDrive`:\glassfish3\glassfish`
SystemDrive`:\glassfish7\glassfish`

|as-install-parent + |Represents the parent of the base installation
directory for GlassFish Server. a|
Installations on the Oracle Solaris operating system, Linux operating
system, and Mac operating system:

user's-home-directory`/glassfish3`
user's-home-directory`/glassfish7`

Installations on the Windows operating system:

SystemDrive`:\glassfish3`
SystemDrive`:\glassfish7`

|domain-root-dir + |Represents the directory in which a domain is
created by default. |as-install`/domains/`
Expand Down
20 changes: 10 additions & 10 deletions docs/ha-administration-guide/src/main/jbake/content/instances.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,8 @@ asadmin> start-instance pmd-i2
CLI801 Instance is already synchronized
Waiting for pmd-i2 to start ............
Successfully started the instance: pmd-i2
instance Location: /export/glassfish3/glassfish/nodes/sj02/pmd-i2
Log File: /export/glassfish3/glassfish/nodes/sj02/pmd-i2/logs/server.log
instance Location: /export/glassfish7/glassfish/nodes/sj02/pmd-i2
Log File: /export/glassfish7/glassfish/nodes/sj02/pmd-i2/logs/server.log
Admin Port: 24851
Command start-local-instance executed successfully.
The instance, pmd-i2, was started on host sj02.example.com
Expand Down Expand Up @@ -919,7 +919,7 @@ These commands are not required to create the instance.
----
$ asadmin --host dashost.example.com list-nodes --long
NODE NAME TYPE NODE HOST INSTALL DIRECTORY REFERENCED BY
localhost-domain1 CONFIG localhost /export/glassfish3
localhost-domain1 CONFIG localhost /export/glassfish7
Command list-nodes executed successfully.
$ asadmin --host dashost.example.com
create-local-instance --cluster kuicluster kui-i1
Expand All @@ -938,8 +938,8 @@ IIOP_SSL_MUTUALAUTH_PORT=23920
Command create-local-instance executed successfully.
$ asadmin --host dashost.example.com list-nodes --long
NODE NAME TYPE NODE HOST INSTALL DIRECTORY REFERENCED BY
localhost-domain1 CONFIG localhost /export/glassfish3
xk01 CONFIG xk01.example.com /export/glassfish3 kui-i1
localhost-domain1 CONFIG localhost /export/glassfish7
xk01 CONFIG xk01.example.com /export/glassfish7 kui-i1
Command list-nodes executed successfully.
----

Expand Down Expand Up @@ -1134,8 +1134,8 @@ on the node `sj01`.
$ asadmin start-local-instance --node sj01 yml-i1
Waiting for yml-i1 to start ...............
Successfully started the instance: yml-i1
instance Location: /export/glassfish3/glassfish/nodes/sj01/yml-i1
Log File: /export/glassfish3/glassfish/nodes/sj01/yml-i1/logs/server.log
instance Location: /export/glassfish7/glassfish/nodes/sj01/yml-i1
Log File: /export/glassfish7/glassfish/nodes/sj01/yml-i1/logs/server.log
Admin Port: 24849
Command start-local-instance executed successfully.
----
Expand Down Expand Up @@ -1542,8 +1542,8 @@ $ asadmin start-local-instance --node sj01 --sync full yml-i1
Removing all cached state for instance yml-i1.
Waiting for yml-i1 to start ...............
Successfully started the instance: yml-i1
instance Location: /export/glassfish3/glassfish/nodes/sj01/yml-i1
Log File: /export/glassfish3/glassfish/nodes/sj01/yml-i1/logs/server.log
instance Location: /export/glassfish7/glassfish/nodes/sj01/yml-i1
Log File: /export/glassfish7/glassfish/nodes/sj01/yml-i1/logs/server.log
Admin Port: 24849
Command start-local-instance executed successfully.
----
Expand Down Expand Up @@ -1811,7 +1811,7 @@ resynchronizes an instance with the DAS.

Put the files in a subdirectory under the domain directory that is not
defined by GlassFish Server, for example,
`/export/glassfish3/glassfish/domains/domain1/myapp/myfile`.
`/export/glassfish7/glassfish/domains/domain1/myapp/myfile`.

[[gksdy]][[GSHAG00125]][[to-resynchronize-an-instance-and-the-das-offline]]

Expand Down
Loading

0 comments on commit 65f2092

Please sign in to comment.