Technical data

B WebLogic Server Command-Line Interface Reference
B-26 Administration Guide
VERSION
Displays the version of the WebLogic Server software that is running on the machine
specified by the value of
URL.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments]
VERSION
Example
In the following example, a user requests the version of the WebLogic Server running
on port 7001 on machine
localhost:
java weblogic.Admin -url localhost:7001 -username guest
-password guest VERSION
Note: In this example, the default value of both the username and password
arguments,
guest, is used.