diff --git a/docs/reference-manual/src/main/asciidoc/copy-config.adoc b/docs/reference-manual/src/main/asciidoc/copy-config.adoc index 86e52df475b..955ea3d4f3c 100644 --- a/docs/reference-manual/src/main/asciidoc/copy-config.adoc +++ b/docs/reference-manual/src/main/asciidoc/copy-config.adoc @@ -79,10 +79,8 @@ asadmin-options:: requires superuser privileges. `JAVA_DEBUGGER_PORT`;; This property specifies the port number of the port that is used for - connections to the Specifies whether the domain is restarted with - https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html[Java Platform Debugger Architecture (JPDA)] - debugging enabled. - + connections to the + https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html[Java Platform Debugger Architecture (JPDA)] debugger. Valid values are 1-65535. On UNIX, creating sockets that listen on ports 1-1024 requires superuser privileges. `JMS_PROVIDER_PORT`;; diff --git a/docs/reference-manual/src/main/asciidoc/start-cluster.adoc b/docs/reference-manual/src/main/asciidoc/start-cluster.adoc index 157a3a8a4b4..b5cf979ec93 100644 --- a/docs/reference-manual/src/main/asciidoc/start-cluster.adoc +++ b/docs/reference-manual/src/main/asciidoc/start-cluster.adoc @@ -58,9 +58,7 @@ asadmin-options:: `--debug`:: `-d`:: Specifies whether the domain is started with - http://java.sun.com/javase/technologies/core/toolsapis/jpda/[Java - Platform Debugger Architecture (JPDA)] - (https://docs.oracle.com/en/java/javase/11/docs/specs/jpda/conninv.html) + https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html[Java Platform Debugger Architecture (JPDA)] debugging enabled. With debugging enabled extra exceptions can be printed. Possible values are as follows: diff --git a/docs/reference-manual/src/main/asciidoc/start-database.adoc b/docs/reference-manual/src/main/asciidoc/start-database.adoc index 71bb2ac5b7a..51fcc3e0a6d 100644 --- a/docs/reference-manual/src/main/asciidoc/start-database.adoc +++ b/docs/reference-manual/src/main/asciidoc/start-database.adoc @@ -83,9 +83,7 @@ asadmin-options:: `--suspend`:: `-s`:: Specifies whether the domain is started with - http://java.sun.com/javase/technologies/core/toolsapis/jpda/[Java - Platform Debugger Architecture (JPDA)] - (https://docs.oracle.com/en/java/javase/11/docs/specs/jpda/conninv.html) + https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html[Java Platform Debugger Architecture (JPDA)] debugging enabled and suspend the newly started VM before the main class loads. When a debugger connects, it can send a JDWP command to resume the suspended VM. With debugging enabled extra exceptions can be printed. diff --git a/docs/reference-manual/src/main/asciidoc/start-domain.adoc b/docs/reference-manual/src/main/asciidoc/start-domain.adoc index d1f34380c37..0c31f567bac 100644 --- a/docs/reference-manual/src/main/asciidoc/start-domain.adoc +++ b/docs/reference-manual/src/main/asciidoc/start-domain.adoc @@ -72,9 +72,7 @@ asadmin-options:: `--debug`:: `-d`:: Specifies whether the domain is started with - http://java.sun.com/javase/technologies/core/toolsapis/jpda/[Java - Platform Debugger Architecture (JPDA)] - (https://docs.oracle.com/en/java/javase/11/docs/specs/jpda/conninv.html) + https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html[Java Platform Debugger Architecture (JPDA)] debugging enabled. With debugging enabled extra exceptions can be printed. Possible values are as follows: @@ -116,9 +114,7 @@ asadmin-options:: `--suspend`:: `-s`:: Specifies whether the domain is started with - http://java.sun.com/javase/technologies/core/toolsapis/jpda/[Java - Platform Debugger Architecture (JPDA)] - (https://docs.oracle.com/en/java/javase/11/docs/specs/jpda/conninv.html) + https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html[Java Platform Debugger Architecture (JPDA)] debugging enabled and suspend the newly started VM before the main class loads. When a debugger connects, it can send a JDWP command to resume the suspended VM. With debugging enabled extra exceptions can be printed. @@ -233,7 +229,6 @@ xref:list-domains.adoc#list-domains[`list-domains`(1)], xref:restart-domain.adoc#restart-domain[`restart-domain`(1)], xref:stop-domain.adoc#stop-domain[`stop-domain`(1)] -Java Platform Debugger Architecture (JPDA) -(https://docs.oracle.com/en/java/javase/11/docs/specs/jpda/conninv.html) +https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html[Java Platform Debugger Architecture (JPDA)] diff --git a/nucleus/admin/config-api/src/main/manpages/com/sun/enterprise/config/serverbeans/create-cluster.1 b/nucleus/admin/config-api/src/main/manpages/com/sun/enterprise/config/serverbeans/create-cluster.1 index a96d3c9d346..b61d11d4639 100644 --- a/nucleus/admin/config-api/src/main/manpages/com/sun/enterprise/config/serverbeans/create-cluster.1 +++ b/nucleus/admin/config-api/src/main/manpages/com/sun/enterprise/config/serverbeans/create-cluster.1 @@ -122,9 +122,7 @@ OPTIONS This property specifies the port number of the port that is used for connections to the Java Platform Debugger Architecture (JPDA) - (https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html) - debugger. Valid values are 1-65535. On UNIX, creating sockets that listen on ports 1-1024 requires superuser privileges. @@ -143,8 +141,7 @@ OPTIONS OSGI_SHELL_TELNET_PORT This property specifies the port number of the port that is used for connections to the Apache Felix Remote Shell - - (http://felix.apache.org/site/apache-felix-remote-shell.html) . + (http://felix.apache.org/site/apache-felix-remote-shell.html). This shell uses the Felix shell service to interact with the OSGi module management subsystem. Valid values are 1-65535. On UNIX, creating sockets that listen on ports 1-1024 requires diff --git a/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/create-domain.1 b/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/create-domain.1 index 4752fa30036..36bd42f647e 100644 --- a/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/create-domain.1 +++ b/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/create-domain.1 @@ -230,9 +230,7 @@ OPTIONS This property specifies the port number of the port that is used for connections to the Java Platform Debugger Architecture (JPDA) - (https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html) - debugger. Valid values are 1-65535. On UNIX, creating sockets that listen on ports 1-1024 requires superuser privileges. diff --git a/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/restart-domain.1 b/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/restart-domain.1 index 3e9edb3a023..2c4dd5f9672 100644 --- a/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/restart-domain.1 +++ b/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/restart-domain.1 @@ -36,9 +36,7 @@ OPTIONS --debug Specifies whether the domain is restarted with Java Platform Debugger Architecture (JPDA) - (https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html) - debugging enabled. Possible values are as follows: diff --git a/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/start-domain.1 b/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/start-domain.1 index 1aaaa618c2b..8151f61eb94 100644 --- a/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/start-domain.1 +++ b/nucleus/admin/server-mgmt/src/main/manpages/com/sun/enterprise/admin/servermgmt/cli/start-domain.1 @@ -63,9 +63,7 @@ OPTIONS --debug, -d Specifies whether the domain is started with Java Platform Debugger Architecture (JPDA) - (https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html) - debugging enabled. Possible values are as follows: diff --git a/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/restart-instance.1 b/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/restart-instance.1 index 942f20d2fda..f0a097a7917 100644 --- a/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/restart-instance.1 +++ b/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/restart-instance.1 @@ -63,9 +63,7 @@ OPTIONS --debug Specifies whether the instance is restarted with Java Platform Debugger Architecture (JPDA) - (https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html) - debugging enabled. Possible values are as follows: diff --git a/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/start-cluster.1 b/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/start-cluster.1 index f17312a53eb..9dfe2ed26ab 100644 --- a/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/start-cluster.1 +++ b/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/start-cluster.1 @@ -43,9 +43,7 @@ OPTIONS --debug Specifies whether each instance in the cluster is started with Java Platform Debugger Architecture (JPDA) - (https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html) - debugging enabled. Possible values are as follows: diff --git a/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/start-instance.1 b/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/start-instance.1 index 656aa1a1997..57ed03c94d8 100644 --- a/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/start-instance.1 +++ b/nucleus/cluster/admin/src/main/manpages/com/sun/enterprise/v3/admin/cluster/start-instance.1 @@ -42,9 +42,7 @@ OPTIONS --debug Specifies whether the instance is started with Java Platform Debugger Architecture (JPDA) - (https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html) - debugging enabled. Possible values are as follows: diff --git a/nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/restart-local-instance.1 b/nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/restart-local-instance.1 index f7d60b661f2..3809787b608 100644 --- a/nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/restart-local-instance.1 +++ b/nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/restart-local-instance.1 @@ -64,9 +64,7 @@ OPTIONS --debug Specifies whether the instance is restarted with Java Platform Debugger Architecture (JPDA) - (https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html) - debugging enabled. Possible values are as follows: diff --git a/nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/start-local-instance.1 b/nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/start-local-instance.1 index b627f2c929e..e604c07d2c8 100644 --- a/nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/start-local-instance.1 +++ b/nucleus/cluster/cli/src/main/manpages/com/sun/enterprise/admin/cli/cluster/start-local-instance.1 @@ -42,9 +42,7 @@ OPTIONS --debug, -d Specifies whether the instance is started with Java Platform Debugger Architecture (JPDA) - (https://docs.oracle.com/en/java/javase/17/docs/specs/jpda/jpda.html) - debugging enabled. Possible values are as follows: