码迷,mamicode.com
首页 > 系统相关 > 详细

shell脚本 通过路径查找tomcat的PID和路径

时间:2016-11-14 16:09:41      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:shell   tomcat   tomcatpid   tomcat路径   

#!/bin/bash

if [ ! -n "$1" ];then

        echo -e "Usage: $0 PATH"

        exit 30

fi


#T_P=$(ps aux |grep "$1" | grep -v -E "grep|tomcat_path"|awk ‘{print $2 ,$(NF-3)}‘|sed ‘s/-Dcatalina.home=/   --        /g‘)

echo "-PID-------------------PATH----"

ps aux |grep "$1" | grep -v -E "grep|tomcat_path"|awk ‘{print $2 ,$(NF-3)}‘|sed ‘s/-Dcatalina.home=/   --       /g‘


本文出自 “startuppp” 博客,请务必保留此出处http://startuppp.blog.51cto.com/11847460/1872606

shell脚本 通过路径查找tomcat的PID和路径

标签:shell   tomcat   tomcatpid   tomcat路径   

原文地址:http://startuppp.blog.51cto.com/11847460/1872606

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!