zoukankan      html  css  js  c++  java
  • webservice linux 杀进程

    一 .  

     

     linux 下首先查看进程

    ./stopServcer.sh server1如果停不掉websphere服务。则强制杀掉其进程!

    1、查看websphere进程号
    bejqylc06:~ # ps -ef|grep websphere
    root     20350     1 13 Jun20 ?        1-10:36:34 /home/websphere/IBM/WebSphere/AppServer/java/bin/java bejqylc06Node01Cell bejqylc06Node01 server1
    root     24796 24655  0 17:27 pts/1    00:00:00 grep websphere
    bejqylc06:~ # 
    2、kill  -9  20350 
    3、./startServcer.sh server1

    二.

       

    linux 下强制kill掉websphere进程

    [root@localhost bin]# ./stopServer.sh server1
    ADMU0116I: 正在文件
               /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/stopServer.log
               中记录工具信息
    ADMU0128I: 正在启动具有 AppSrv01 概要文件的工具
    ADMU3100I: 正在从服务器读取配置:server1
    域/单元名: <default>
    Username: admin
    Password:                                                                                                ADMU3201I: 发出了服务器停止请求。等待停止状态。
    ADMU4000I: 服务器 server1 停止完成。

    [root@localhost bin]# ./startServer.sh server1
    ADMU0116I: 正在文件
               /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/startServer.log
               中记录工具信息
    ADMU0128I: 正在启动具有 AppSrv01 概要文件的工具
    ADMU3100I: 正在从服务器读取配置:server1
    ADMU3200I: 服务器已启动。等待初始化状态。
    ADMU3000I: 为电子商务开放服务器 server1;进程标识为
               7516

  • 相关阅读:
    NetBeans Visual Library Tutorial
    Introduction to the PeertoPeer Sockets Project
    p2psockets代码
    摄像头说明
    Best practice to use ConcurrentMap's putIfAbsent
    转:jxmultisplitpane: how to use?
    格式化文本支持:JTextPane
    中国维护的对象标识符定义
    对称加密DES和TripleDES
    Kerberos的原理 MIT
  • 原文地址:https://www.cnblogs.com/yelongsan/p/6594102.html
Copyright © 2011-2022 走看看