Skip to content

Commit

Permalink
#24303 Fix more links to ref. manual and other links
Browse files Browse the repository at this point in the history
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
  • Loading branch information
OndroMih committed Feb 25, 2023
1 parent 92c2776 commit c0dcbbc
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion docs/administration-guide/src/main/asciidoc/domains.adoc
Expand Up @@ -1195,7 +1195,7 @@ asadmin> start-domain domain1

5. If the domain on olddashost was centrally administered, set up
centralized administration on newdashost.
See "link:ha-administration-guide/ssh-setup.html#enabling-centralized-administration-of-glassfish-server-instances[Enabling Centralized Administration of {productName} Instances]"
See "xref:ha-administration-guide.adoc#enabling-centralized-administration-of-glassfish-server-instances[Enabling Centralized Administration of {productName} Instances]"
in {productName} High Availability Administration Guide for instructions.

6. Verify that instances on other hosts are visible to the new DAS on newdashost:
Expand Down
2 changes: 1 addition & 1 deletion docs/administration-guide/src/main/asciidoc/jms.adoc
Expand Up @@ -617,7 +617,7 @@ To specify the `addresslist` property (in the format
`asadmin create-jms-resource` command, escape the : by using `\\`. For
example, `host1\\:mqport,host2\\:mqport,host3\\:mpqport`. For more
information about using escape characters, see the
link:asadmin[`asadmin`(1M)] help page.
xref:reference-manual.adoc#asadmin[`asadmin`(1M)] help page.
====


Expand Down
6 changes: 3 additions & 3 deletions docs/administration-guide/src/main/asciidoc/transactions.adoc
Expand Up @@ -92,7 +92,7 @@ the transactional user application uses Java Naming and Directory
Interface (JNDI) to look up transactional data sources and, optionally,
the user transaction). The application might use declarative transaction
attribute settings for enterprise beans, or explicit programmatic
transaction demarcation. For more information, see "link:application-development-guide/transaction-service.html#the-transaction-manager-the-transaction-synchronization-registry-and-usertransaction[The
transaction demarcation. For more information, see "xref:application-development-guide.adoc#the-transaction-manager-the-transaction-synchronization-registry-and-usertransaction[The
Transaction Manager, the Transaction Synchronization Registry, and
UserTransaction]" in {productName} Application
Development Guide.
Expand All @@ -110,7 +110,7 @@ There are three types of transaction resource managers:

* Databases - Use of transactions prevents databases from being left in
inconsistent states due to incomplete updates. For information about
JDBC transaction isolation levels, see "link:application-development-guide/transaction-service.html#using-jdbc-transaction-isolation-levels[Using JDBC
JDBC transaction isolation levels, see "xref:application-development-guide.adoc#using-jdbc-transaction-isolation-levels[Using JDBC
Transaction Isolation Levels]" in {productName}
Application Development Guide.
+
Expand Down Expand Up @@ -489,7 +489,7 @@ following conditions must be met:
resource is restarted.
* Connection validation should be enabled so the connection pool is
refreshed when the resource is accessed after the recovery. For more
information, see "link:performance-tuning-guide/tuning-glassfish.html#connection-validation-settings[Connection Validation Settings]" in
information, see "xref:performance-tuning-guide.adoc#connection-validation-settings[Connection Validation Settings]" in
{productName} Performance Tuning Guide.

If commit fails during recovery, a message is written to the server log.
Expand Down

0 comments on commit c0dcbbc

Please sign in to comment.