Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
displays version information forGlassFish Server
version [--help] [--verbose={false|true}] [--local={false|true}]
The version
subcommand displays version information for GlassFish Server. By default, if the subcommand cannot contact the domain administration server (DAS), the subcommand retrieves the version information locally and displays a warning message.
This subcommand is supported in remote mode and local mode.
--help
-?
Displays the help text for the subcommand.
--verbose
-v
If this option is set to true
, the subcommand provides the version of the Java Runtime Environment (JRE) that the server is running. The default is false
.
--local
If this option is set to true
, the subcommand obtains the version locally from the installation of GlassFish Server on the host where the subcommand is run.
If this option is set to false
(default), the subcommand attempts to contact the DAS to obtain the version. If the attempt to contact the DAS fails, the subcommand retrieves the version locally and displays a warning message.
asadmin> version
Version = Oracle GlassFish Server 3.1 (build 34)
Command version executed successfully.
asadmin> version
Version string could not be obtained from Server [localhost:4848] for some reason.
(Turn debugging on e.g. by setting AS_DEBUG=true in your environment, to see the
details).
Using locally retrieved version string from version class.
Version = Oracle GlassFish Server 3.1 (build 34)
Command version executed successfully.
asadmin> version --local
Using locally retrieved version string from version class.
Version = Oracle GlassFish Server 3.1 (build 34)
Command version executed successfully.
subcommand executed successfully
error in executing the subcommand