server version command
The server version
command displays the version information of the named server and the current Java runtime environment (JRE).
Syntax
Run the command from the path_to_liberty/wlp/bin
directory.
server version serverName
- serverName
The name of the server to run the command against. If no server name is specified, the default
defaultServer
server name is used. If no server name is specified and nodefaultServer
server exists, the command displays the version of the Liberty installation.If the named server specifies a particular JRE with the
JAVA_HOME
variable in theserver.env
file, the command displays the version for that JRE. Otherwise, the system default version is displayed.
Exit codes
The following exit codes are available for the server version
command and the equivalent executable JAR file ws-server.jar
:
Code | Explanation |
---|---|
0 | This code indicates successful completion of the requested operation. |
1 | This code indicates invocation of a redundant operation. For example, starting a started server or stopping a stopped server. This code might also be returned by JVM if invalid Java options are used. |
>=20 | Exit codes that are greater than or equal to 20 indicate that an error occurred while performing the request. Messages are printed and captured in log files with more information about the error. |