指定用戶名密碼啓動管理服務器web
You can start and stop Oracle WebLogic Server Administration Servers using the WLST command line or a script. When you start or stop the Administration Server, you also start or stop the processes running in the Administration Server, including the WebLogic Server Administration Console and Fusion Middleware Control.安全
For example, to start an Administration Server, use the following script:服務器
MW_HOME/user_projects/domains/domain_name/bin/startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=password
適用於未配置安全策略文件,啓動管理服務器
後臺啓動管理服務器
Linux下 nohup ./startWebLogic.sh -Dweblogic.management.username=weblogic -Dweblogic.management.password=password >admin.out&
中止管理服務器
To stop an Administration Server, use the following script:oracle
MW_HOME/user_projects/domains/domain_name/bin/stopWeblogic.sh username password [admin_url]
其它啓動關閉的細節參照Oracle 管理員手冊
http://docs.oracle.com/cd/E23943_01/core.1111/e10105/start.htm#ASADM10388