lsof -i:80XX
netstat -anp|grep 80xx
ps -ef|grep java或ps -ef|grep tomcat
ps -ef|grep 进程号PID就能获取具体地址
ll /proc/进程号PID/cwd 就能获取路径