zoukankan      html  css  js  c++  java
  • 知道端口号如何查看应用位置

    知道端口号,如何查看应用位置    
        [root@localhost sbin]# netstat -nlp |grep  8080
        tcp        0      0 :::8080                     :::*                        LISTEN      2357/java
        
        [root@localhost sbin]# ps -ef |grep 2357
    root      2357     1  0 13:46 pts/0    00:00:47 /usr/local/java/jdk1.7.0_55/bin/java -Djava.util.logging.config.file=/root/tomcat7/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/root/tomcat7/endorsed -classpath /root/tomcat7/bin/bootstrap.jar:/root/tomcat7/bin/tomcat-juli.jar -Dcatalina.base=/root/tomcat7 -Dcatalina.home=/root/tomcat7 -Djava.io.tmpdir=/root/tomcat7/temp org.apache.catalina.startup.Bootstrap start
     
    可以看出引用部署在/root/tomcat7/下
    读不懂才要读,想不明白才要想,这是进步和成长的开始。那些阻挡你的蹂躏你的而杀又不死你的,终将帮助你成长让你变得更强大。
  • 相关阅读:
    demo_10_02 云数据库聚合_bucket_02 bucketAuto
    demo_10_02 云数据库聚合_bucket_01
    nginx 启动脚本
    grep 全局搜索打印命令
    ulimit shell启动进程所占用的资源命令
    nginx 一键安装
    安装 nginx
    学习笔记::杜教筛
    markdown测试
    bzoj4589
  • 原文地址:https://www.cnblogs.com/Mr-Chen-blog/p/7373219.html
Copyright © 2011-2022 走看看