我刚刚在Ubuntu上安装了Eclipse 4.4(Luna),但我无法在Target Runtime环境中设置Apache Tomcat 7服务器。此处未显示此选项。
我还尝试通过菜单 Window →*首选项→服务器→运行时环境添加它。但它也行不通。在其中,下载附加服务器适配器也不显示Apache tomcat服务器。虽然apache-tomcat服务器在我的系统上正确地从端口8080启动。
答案 0 :(得分:43)
重新启动Eclipse后转到
Window / Preferences / Server / Runtime Enviroments 然后点击" 添加"
现在您将看到Tomcat的选项(在我的情况下,版本3.2到8.0)
答案 1 :(得分:23)
答案 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)
Help > Eclipse Marketplace
JST服务器适配器
JST服务器适配器扩展
Window > Preferences > Server > Runtime Environment
Add
按钮,然后选择Apache Tomcat v7.0
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。