美文网首页
linux下tomcat问题排查

linux下tomcat问题排查

作者: 催化剂 | 来源:发表于2022-10-13 16:40 被阅读0次

启动

命令为:nohup ./startup.sh

或者

sh  startup.sh

查看是否启动:

root@ubuntu:/usr/software/redis# ps -ef |grep tomcat

查看端口占用:

netstat -lntp | grep 9006

查看已经启动的Tomcat

ps -ef|grep java

或者ps -ef|grep java

linux查看mac地址的命令有

“ifconfig -a”命令,

“cat /sys/class/net/eth0/address”命令,

“dmesg | grep eth0”命令,

“cat /proc/net/arp”命令等。

Linux查看版本当前操作系统发行版信息

cat /etc/redhat-release

lsb_release -a

相关文章

网友评论

      本文标题:linux下tomcat问题排查

      本文链接:https://www.haomeiwen.com/subject/bfkfzrtx.html