简体   繁体   English

在Eclipse上配置Apache Tomcat服务器时遇到问题

[英]Trouble configuring Apache Tomcat Server on Eclipse

I am having trouble configuring my Tomcat on Eclipse. 我在Eclipse上配置Tomcat时遇到问题。 I followed the steps to set up a local Apache Tomcat Server on my Mac, and I also set up an SSL on the Tomcat Server successfully. 我遵循了在Mac上设置本地Apache Tomcat服务器的步骤,并且还成功在Tomcat服务器上设置了SSL。 However, after following instructions in setting up my Apache Tomcat server in eclipse, I keep getting errors saying the following: 但是,在按照说明在Eclipse中设置Apache Tomcat服务器后,我不断收到以下错误消息:

HTTP Status 404 - / HTTP状态404-/

type Status report 类型状态报告

message / 信息 /

description The requested resource is not available. 描述所请求的资源不可用。

If it makes any difference, I removed the web project I was trying to make when creating my server. 如果有什么不同,我删除了在创建服务器时尝试创建的Web项目。 It also doesn't work when I try to boot it up on Terminal--I end up with the same message. 当我尝试在终端上启动它时,它也不起作用-我最终得到相同的消息。 Any help would be appreciated trying to decipher this error message! 试图破译此错误消息将不胜感激! Thanks! 谢谢!

The "ROOT" folder of your tomcat seems to be empty. Tomcat的“ ROOT”文件夹似乎为空。 Either you did not add an application to your Tomact config ("Server" view) or you have to check your "Server location" settings, double click on your servers name in the same view. 您没有将应用程序添加到Tomact配置中(“服务器”视图),或者必须检查“服务器位置”设置,请在同一视图中双击服务器名称。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM