zoukankan      html  css  js  c++  java
  • 启动was

    启动Manager
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/Dmgr01/bin)#sh ./startManager.sh
    ADMU0116I: Tool information is being logged in file
               /usr/was/IBM/WebSphere/AppServer/profiles/Dmgr01/logs/dmgr/startServer.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 864332
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/Dmgr01/bin)#cd ..
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/Dmgr01)#cd ..
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles)#ls
    
    启动Node:
    
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/AppSrv01/bin)#sh ./startNode.sh
    ADMU0116I: Tool information is being logged in file
               /usr/was/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/nodeagent/startServer.log
    ADMU0128I: Starting tool with the AppSrv01 profile
    ADMU3100I: Reading configuration for server: nodeagent
    ADMU3200I: Server launched. Waiting for initialization status.
    ADMU3000I: Server nodeagent open for e-business; process id is 360540
    
    
    启动Server:
    
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/AppSrv01/bin)#sh ./startServer.sh server1
    ADMU0116I: Tool information is being logged in file
               /usr/was/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log
    ADMU0128I: Starting tool with the AppSrv01 profile
    ADMU3100I: Reading configuration for server: server1
    ADMU3200I: Server launched. Waiting for initialization status.
    ADMU3000I: Server server1 open for e-business; process id is 434198
    root@db2srv(/usr/was/IBM/WebSphere/AppServer/profiles/AppSrv01/bin)#
    
    --------------------------------------------------------------------------------------------------
    root@db2srv(/usr/was)#find . -name startManager.sh
    ./IBM/WebSphere/AppServer/bin/startManager.sh
    ./IBM/WebSphere/AppServer/profiles/Dmgr01/bin/startManager.sh
    
    
    root@db2srv(/usr/was)#find . -name startNode.sh
    ./IBM/WebSphere/AppServer/bin/startNode.sh
    ./IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startNode.sh
    
    
    root@db2srv(/usr/was)#find . -name startServer.sh
    ./IBM/WebSphere/AppServer/bin/startServer.sh
    ./IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startServer.sh
    ./IBM/WebSphere/AppServer/profiles/Dmgr01/bin/startServer.sh

  • 相关阅读:
    HttpServletRequest字符集问题
    原码反码补码
    无符号1byte转int
    初识spark的MLP模型
    冗余系统必要性
    shiro的rememberMe不生效
    阅读笔记-异常
    优雅的处理异常
    使用Maven搭建SpringMVC
    Jmeter发送soap请求
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349606.html
Copyright © 2011-2022 走看看