打包部署常用命令

对应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

原创文章,作者:kepupublish,如若转载,请注明出处:https://blog.ytso.com/193585.html

(0)
上一篇 2021年11月15日
下一篇 2021年11月15日

相关推荐

发表回复

登录后才能评论