Technical data

B WebLogic Server Command-Line Interface Reference
B-6 Administration Guide
Examples of Providing User Credentials
The following command specifies the username weblogic and password weblogic
directly on the command line:
java weblogic.Admin -username weblogic -password weblogic COMMAND
The following command uses a user-configuration file and key file that are located at
the default pathname:
java weblogic.Admin COMMAND
See “Configuring the Default Path Name” on page -20.
The following command uses a user-configuration file named
c:\wlUser1-WebLogicConfig.properties and a key file named
e:\secure\myKey:
java -userconfigfile c:\wlUser1-WebLogicConfig.properties
-userkeyfile e:\secure\myKey COMMAND
WebLogic Server Administration Command
Reference
The following sections provide information about the WebLogic server administration
commands.
Table B-1 presents an overview of WebLogic Server administration commands. The
following sections describe command syntax and arguments, and provide an example
for each command.
See also “WebLogic Server Connection Pools Administration Command Reference”
on page -27.
Table B-1 WebLogic Server Administration Commands Overview
Task Command Description
Cancel shut down a
WebLogic Server
CANCEL_SHUTD
OWN
Cancels the SHUTDOWN command for the WebLogic Server that
is specified in the URL.
See “CANCEL_SHUTDOWN” on page -9.