【发布时间】:2014-04-14 20:19:31
【问题描述】:
在尝试运行我的网络应用程序时,我收到了下面提到的错误。以前我的应用程序运行良好。但是今天我给了 maven clean 然后尝试通过将 maven 目标作为 tomcat:run 来运行它,我收到了这个错误
[INFO]
[INFO] BUILD FAILURE
[INFO]
[INFO] Total time: 6.754s
[INFO] Finished at: Tue Mar 11 15:09:44 IST 2014
[INFO] Final Memory: 11M/28M
[INFO] ------------------------------------------------------------------------
[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]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
请帮助解决这个问题。
【问题讨论】:
标签: java web-services tomcat