zoukankan      html  css  js  c++  java
  • 所以启动的顺序是 DMGR-->Node-->App Server

    1:stop 
    1.1  首先停止server
    
    1.2 停止Node
    
    1.3 stop dmgr
    
    
    2: start
    
    2.1  首先启动dmgr 
    
    2.2 启动Node
    
    2.3 启动server
    
    
    转http://enjoyyou.blog.hexun.com/41731005_d.html
    
    1. On the deployment manager machine:
    a. Change the directory to the <profile_home>/bin directory of the Network Deployment installation.
    b. Use the startManager command to start the deployment manager.
    如果启动成功会提示:dmgr process id is 1120
    -------------------------------------------------------------------
    Example 4-4 Starting the deployment manager from the command line
    C:WebSphereAppServerprofilesDmgr01in>startmanager
    ADMU0116I: Tool information is being logged in file
    C:WebSphereAppServerprofilesDmgr01logsdmgrstartServer.log
    ADMU0128I: Starting tool with the Dmgr01 profile
    ADMU3100I: Reading configuration for server: dmgr
    ADMU3200I: Server launched. Waiting for initialization status.
    ADMU3000I: Server dmgr open for e-business; process id is 1120
    ---------------------------------------------------------------------
    2. On each node, do the following:
    a. Change directory to the <profile_home>/bin directory for the application server on that node.
    b. Run the startNode command.
    如果启动成功会提示:the node agent server process ID 1252
    c. Use the startServer command to start each of the application server processes on the node.
    d. Check the node status by running the serverStatus -all command.
    
    所以启动的顺序是 DMGR-->Node-->App Server
    ./startManager.sh
    ./startNode.sh
    ./startServer.sh

  • 相关阅读:
    Spring(九)Spring中的两种自动代理
    Spring(八)Spring错题总结
    Spring(七)Spring中的四种增强和顾问
    SourceTree使用git
    Idea集成git
    SpringMVC--AbstractController抽象类限定请求提交
    SpringMVC处理器配置方式
    SpringMVC静态资源无法访问解决方案
    SpringMVC--视图解析器
    HandlerMapping执行流程
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349607.html
Copyright © 2011-2022 走看看