在尝试运行我的web应用程序时,我遇到了下面提到的错误。以前我的应用程序运行良好。但今天我给了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.
请帮忙解决这个问题。
3条答案
按热度按时间a7qyws3x1#
删除文件夹“d:\work\target\tomcat\”并重试,tomcat maven插件将重新创建此文件夹和文件“tomcat users.xml”。
kknvjkwl2#
使用tomcatmaven插件,启动web应用程序
重建项目
重新启动tomcat maven插件。
必须发生错误
解决方案:在重建项目之前,必须先停止tomcatmaven插件。
4uqofj5v3#
在以下位置为tomcat用户创建文件:
并添加以下内容: