Home > Article > Operation and Maintenance > Centos system prompts insufficient permissions when starting tomcat
Problem description:
Starting tomcat in centos7 prompts bash: tomcat8.0.39/bin/startup.sh: Insufficient permissions
Solution:
(Recommended tutorial: centos usage tutorial)
First enter the bin directory
[root@localhost/]# cd /soft/apache-tomcat-8.0.39/bin
and then execute the following command:
[root@localhost bin]# chmod u+x *.sh
Finally restart the application service on the bin command line
[root@localhost bin]# ./startup.sh
Recommended related video tutorials: linux video tutorial
The above is the detailed content of Centos system prompts insufficient permissions when starting tomcat. For more information, please follow other related articles on the PHP Chinese website!