如何在Eclipse 4.4(Luna)中添加apache-tomcat 7

时间:2014-08-11 19:24:54

标签: java eclipse-luna

我刚刚在Ubuntu上安装了Eclipse 4.4(Luna),但我无法在Target Runtime环境中设置Apache Tomcat 7服务器。此处未显示此选项。

我还尝试通过菜单 Window →*首选项→服务器→运行时环境添加它。但它也行不通。在其中,下载附加服务器适配器也不显示Apache tomcat服务器。虽然apache-tomcat服务器在我的系统上正确地从端口8080启动。

6 个答案:

答案 0 :(得分:43)

  1. 转到帮助/安装新软件
  2. 选择" 所有可用网站"
  3. 并搜索" 服务器"
  4. 您将看到" Web,Xml,Java EE和OSGi企业开发" 安装此软件。
  5. 重新启动Eclipse后转到

    Window / Preferences / Server / Runtime Enviroments 然后点击" 添加"

    现在您将看到Tomcat的选项(在我的情况下,版本3.2到8.0)

答案 1 :(得分:23)

  1. 转到帮助/安装新软件
  2. 选择" Luna - http://download.eclipse.org/releases/luna"
  3. 检查" JST服务器适配器"和" JST服务器适配器扩展"
  4. 安装完成后,转到" Window>偏好>服务器>运行时环境" 并且您将找到Apache Tomcat服务器

答案 2 :(得分:9)

您是否已安装**Eclipse IDE for Java EE Developer Luna?**您是否已将Tomcat 7安装或解压缩到本地文件夹?如果所有答案都是肯定的,那么您需要将它在服务器环境中添加到Eclipse中:

Step1:
    Click Window menu - Preferences - Server - Runtime Environments 
Step 2:
    Click Add - expand Apache - Select Apache Tomcat 7
Step 3:
    Browse the Tomcat Installation folder or you can just click   
    the Download and Install
Step 4:
    Click Finished

接下来是将服务器添加到服务器视图

Step 1:
    Click Window menu - View - Servers
Step 2:
    If you see "No servers available" Click the link to create a new instance
Step 3:
    Select "Tomcat v7.0 Server" from Server Type
Step 4:
    Select "Apache Tomcat v7.0" from the drop down "Server runtime environment"

答案 3 :(得分:9)

  • 打开 Eclipse Luna
  • 选择eclipse Help > Eclipse Marketplace

enter image description here

  • 安装Eclipse JST服务器适配器
  

JST服务器适配器

     

JST服务器适配器扩展

  • 选择Window > Preferences > Server > Runtime Environment

enter image description here

  • 点击Add按钮,然后选择Apache Tomcat v7.0

enter image description here

  • 选择Tomcat服务器目录,然后单击Finish

答案 4 :(得分:0)

为Tomcat 7创建运行时环境,但是当您要求tomcat_home或catalina_home使用您想要的路径时。我应该运行良好。我已经在MyEclipse和Tomcat 8上做了自己。这非常有趣,因为MyEclipse的Tomcat 8不为人知。你的Luna太年轻,应该有Tomcat 8的服务器运行时环境。当然你可以使用专业版的eclipse来使它工作。

答案 5 :(得分:0)

Eclipse Luna的兼容Tomcat版本之一是Eclipse Tomcat Plugin 9.0.1。您可以从sourceforge.net

下载它

下载压缩后的文件夹并将其解压缩到..\eclipse\dropins\ folder中,然后重新启动Eclipse。