Centos 7 实现tomcat开机自启
摘要:把tomcat的脚本文件拷一份到/etc/init.d目录 cp /usr/local/tomcat/bin/catalina.sh /etc/init.d/tomcat8 并把改脚本授权给所有用户执行 chmod 755 /etc/init.d/tomcat8 拷贝的脚本并不能直接使用,还需要修改
阅读全文
posted @ 2020-09-29 13:15
posted @ 2020-09-29 13:15