对应Jenkins项目: /data/jenkins/workspace 查看端口状态: netstat -adp | grep 8092 查看 进程id: ps -ef | grep 3532 开发提供: applications.properties 配置文件: server.xml /conf/web.xml context.xml logback.xml 图片上传文件查看: 需先找到对应的文件路径: find . -name "*jpg*" 查看日志:tail -f 安装方式有两种: 源码及yum Nginx: 测试语法是否正确:nginx -t 重新加载:nginx -s reload
|