getserverinfo

Description

Print status and version information for the server to which you are connected.

Syntax

Local-mode support: No.

Command line:

getserverinfo connect-args [-version true|false] [-status true|false]

Ant build file:

<jag_getserverinfo [ version=”true|false” ] [ status=”true|false” ] />

Option

Description

Required

connect-args

Arguments to specify a connection to the server. See “Using connected mode”.

Yes

version

Whether to print the server version number.

No

status

Whether to print the server status, that is, whether the server is accepting regular client connections or in Admin mode.

No