CentOS sytemctl enable tomcat 无效
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS sytemctl enable tomcat 无效相关的知识,希望对你有一定的参考价值。
systemctl是新的方式,为什么只有旧的chkconfig方式才能设置开机启动
[root@localhost ~]# systemctl enable tomcat
tomcat.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig tomcat on
下方的却可以
chkconfig --add tomcat
chkconfig tomcat on
[root@localhost ~]# vi /etc/init.d/tomcat
#!/bin/sh
# chkconfig:2345 10 90
# description:tomcat service
JRE_HOME=/usr/local/jdk/jre
CATALINA_HOME=/usr/local/tomcat
CentOS:CentOS 7 64位
Tomcat:apache-tomcat-7.0.72.tar.gz
JDK :jdk-8u111-linux-x64.tar.gz
答非所问,我问的是tomcat设置启动,而非运行。
参考技术A 你这个和我的设置方法完全不同 不知为啥Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled.
更新了最新的Android Studio预览版之后,运行程序。发现弹出了一个Error
- Instant Run requires ‘Tools | Android | Enable ADB integration‘ to be enabled.
google了一下之后,找到了解决办法。
菜单栏,Tools -> Adnroid -> enable ADB integration
在运行就ok了 哈哈
附一张最新版本
以上是关于CentOS sytemctl enable tomcat 无效的主要内容,如果未能解决你的问题,请参考以下文章
centos install shutter (How to enable Nux Dextop repository on CentOS or RHEL)
How To Enable EPEL Repository in RHEL/CentOS 7/6/5?
How to Enable RPMForge Repository in RHEL/CentOS 7.x/6.x/5.x
Centos7最小化安装报错There are no enabled repos. Run "yum repolist all" to see the repos you have