Tomcat 8 on CentOS 7 does not start as service (but it starts manually …)
问题 I've installed Tomcat (apache-tomcat-8.5.37), on a CentOS VM (using bento/centos-7). Tomcat is installed in /opt/tomcat/apache-tomcat-8.5.37 and Java 8 is installed in /usr/java/jre1.8.0_192-amd64 Before to install Tomcat I've created a tomcat user in this way sudo useradd tomcat sudo passwd tomcat sudo mkdir /opt/tomcat sudo chown -R tomcat:tomcat /opt/tomcat su – tomcat If I try to start Tomcat manually using /opt/tomcat/apache-tomcat-8.5.37/bin/startup.sh all works fine and I can test