Tomcat在Eclipse中无法正常工作。

huangapple go评论93阅读模式
英文:

Tomcat is not working properly in Eclipse

问题

Apache Tomcat在我的电脑上无法正常工作。我已经多次卸载了Eclipse、JRE和Tomcat,但我无法弄清楚发生了什么,它始终显示如下。

无法加载位于c:\program files\apache software foundation\tomcat 9.0\conf的Tomcat服务器配置。配置可能损坏或不完整。

原因:无法加载位于C:\Program Files\Apache Software Foundation\Tomcat 9.0\conf的Tomcat服务器配置。配置可能损坏或不完整。

<<详细信息
cp65001

帮我找出发生了什么问题。我已经在Stack Overflow上尝试了几个解决方案,但没有起作用。

英文:

Apache Tomcat is not working in my PC. I have uninstalled Eclipse, JRE and Tomcat sevaral times. But i can't figure what happened and it's always showing like below.

"
could not load the tomcat server configuration at c:\program files\apache software foundation\tomcat 9.0\conf. the configuration may be corrupt or incomplete.

Reason:Could not load the Tomcat server configuration at C:\Program FIles\Apache Software FOundation\Tomcat 9.0\conf. The configuration may be corrupt or incomplete

<<Details
cp65001
"
Help me to figure out what's happened. I've tried several solutions in Stack Overflow. But not working.

答案1

得分: 1

按照常见问题解答所说,不要使用已安装的副本。在Windows的情况下,尤其不要使用安装在“Program Files”目录下的副本。在那里进行的权限管理总是比较麻烦的。从https://tomcat.apache.org/download-90.cgi下载一个.zip文件,然后使用那个版本,最好是从您的用户完全拥有所有权的位置使用。

英文:

As the FAQ says, don't use an installed copy. In the case of Windows, especially don't use an installed copy under the "Program Files" directories. Permission management there is always something of a nightmare. Download a .zip from https://tomcat.apache.org/download-90.cgi and use that instead, preferably from a location your user has full ownership of.

答案2

得分: 0

你有检查过那些文件实际上是否存在于那个路径上吗?

英文:

Did you check that those file actually exist on that path?

huangapple
  • 本文由 发表于 2020年9月24日 15:25:11
  • 转载请务必保留本文链接:https://go.coder-hub.com/64041433.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定