• Starting and Stopping Oracle Fusion Middleware 善水


    指定用户名密码启动管理服务器

    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:

    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
  • 相关阅读:
    一些想说的事
    化学离子平衡作业偷懒神器
    solution
    SGU 刷题记
    INT128
    # 字典树的指针写法 1.
    CSP-S2 游记
    Tarjan 【整理】
    HGOI 20191106
    20191101
  • 原文地址:https://www.cnblogs.com/gaoxinzhan/p/3787876.html
Copyright © 2020-2023  润新知