ssh执行启停tomcat服务--操作系统系统linux

查看进程:ps -ef|grep java

关掉进程:进入bin目录    cd  目录

关闭tomcat服务  ./shutdown.sh 

杀进程 kill -9 进程号

启动服务:./startup.sh