Tomcat 运行JSP报错 Error running 'Tomcat 9.0.8': Error copying configuration files from /usr/tomcat/conf

此为Linux系统,原因是访问文件夹的权限不够。

tomcat/conf/Catalina 和  tomcat/conf/Catalina/localhost被锁住了

Tomcat 运行JSP报错 Error running 'Tomcat 9.0.8': Error copying configuration files from /usr/tomcat/conf

sudo chmod 777 * 

授权即可,也可能是我的tomcat放在的是 /usr目录下,需要权限

相关文章:

  • 2021-04-01
  • 2021-06-17
  • 2021-04-20
  • 2021-07-22
  • 2021-08-06
猜你喜欢
  • 2021-06-10
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2021-09-30
  • 2021-04-03
相关资源
相似解决方案