tomcat maven插件启动报错tomcat-users.xml cannot be read

[ERROR] Failed to execute goal org.codehaus.mojo:tomcat-maven-plugin:1.1:run (default-cli) on project metaDB: Could not start Tomcat: Memory database file
D:\WORK\target\tomcat\conf\tomcat-users.xml cannot be read -> [Help 1]


解决:
  删掉${baseDir}/target/tomcat目录(mvn clean),重新执行命令tomcat:run,搞定。

 

相关文章:

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