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

  • 相关阅读:
    泛型为什么不用装箱拆箱
    net 自带cache
    泛型与非泛型的区别。
    java 魔术
    栈帧
    yii使用CUploadedFile上传文件
    yii上传图片、yii上传文件、yii控件activeFileField使用
    yii 验证码的使用
    mysql 分库分表
    全国省市区三级联动js
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349606.html
Copyright © 2011-2022 走看看