ナビゲーションをスキップ

WebLogic Server コマンド リファレンス

  前 次 前/次ボタンと目次ボタンとの区切り線 目次  

 


HELP

すべての WebLogic Server コマンドの構文と使用法に関する情報が返されます(デフォルト)。HELP コマンドラインで単一のコマンド値を指定した場合は、そのコマンドの情報が返されます。

このコマンドは、WebLogic Server がインストールされている任意のコンピュータで発行できます。このコマンドを呼び出すためにサーバ インスタンスを起動する必要はありません。また、ユーザの資格を入力する必要もありません。

構文

java weblogic.Admin HELP [COMMAND]

次の例では、PING コマンドの使い方に関する情報が要求されます。

java weblogic.Admin HELP PING

コマンドによって、次のメッセージが返されます。

Usage: java [SSL trust options]
weblogic.Admin [ [-url | -adminurl] [<protocol>://]<listen-address>:<port>]
-username <username> -password <password>
PING <roundTrips> <messageLength>
Where:
roundTrips = Number of pings.
messageLength = Size of the packet (in bytes) to send in each ping.The default
size is 100 bytes.Requests for pings with packets larger than 10 MB throw exceptions.
Description: Sends a message to verify that a WebLogic Server instance is listen
ing on a port and is ready to accept WebLogic client requests.
Example(s):
Connecting through a non-secured port:
java weblogic.Admin -url t3://localhost:7001 -username weblogic -password weblog
ic ping 3 100
Connecting through an SSL port of a server that uses the demonstration keys and certificates:
|java -Dweblogic.security.TrustKeyStore=DemoTrust
weblogic.Admin -url t3s:¥localhost:7001 -username weblogic -password weblogic
PING <roundTrips> <messageLength>

 

フッタのナビゲーションのスキップ  ページの先頭 前 次