Technical data

WebLogic Server Administration Command Reference
Administration Guide B-15
PING
Sends a message to verify that a WebLogic Server is listening on a port, and is ready
to accept WebLogic client requests.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments]
PING [round_trips] [message_length]
Example
In the following example, the command checks a WebLogic Server running on port
7001 of machine
localhost ten (10) times.
java weblogic.Admin -url localhost:7001 -username adminuser
-password gumby1234 PING 10
Argument Definition
round_trips
Optional. Number of pings.
message_length
Optional. Size of the packet to be sent in each ping. Requests for
pings with packets larger than 10 MB throw exceptions.