Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/reference-manual/src/main/asciidoc/copy-config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`;;
Expand Down
4 changes: 1 addition & 3 deletions docs/reference-manual/src/main/asciidoc/start-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 1 addition & 3 deletions docs/reference-manual/src/main/asciidoc/start-database.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
11 changes: 3 additions & 8 deletions docs/reference-manual/src/main/asciidoc/start-domain.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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)]


Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down