面对 "error publishing to Tomcat v6.0 server at localhost has encountered a failure"

Facing "error publishing to Tomcat v6.0 server at localhost has encountered a failure"

我在调试模式下尝试 运行 eclipse 时遇到问题。我已经在 eclipse 中将应用程序 jar 添加到 tomcat 6.0,当我尝试调试或启动 tomcat 服务器时,它一遍又一遍地抛出这个错误。我试图在管理员模式下 运行 eclipse,但即使那样也无济于事。 PFB 错误详情!

Publishing the configuration... Error copying file to C:/Software/Softwares/apache-tomcat-6.0.41/backup\server.out.xml: C:\Software\Softwares\apache-tomcat-6.0.41\conf\server.out.xml (The system cannot find the file specified) C:\Software\Softwares\apache-tomcat-6.0.41\conf\server.out.xml (The system cannot find the file specified)

您的 conf 文件夹中没有来自 tomcat 的 server.out.xml 文件。我建议您检查是否更改了 tomcat 的配置。我有 tomcat 7 并且此文件不在我的 conf 文件夹中。您也可以尝试下载更新版本的 tomcat.

对我有用的是从 eclipse 中删除 tomcat 服务器 v6.0 并重新添加。

在 *C:\Software\Softwares\apache-tomcat-6.0.41\conf* 和 C 中创建空文件“server.out.xml” :/Software/Softwares/apache-tomcat-6.0.41/备份