Integrating Tomcat7 and Eclipse Helios on Snow Leopard

你说的曾经没有我的故事 提交于 2019-12-11 14:17:03

问题


I am trying to write a "Hello World" web application using Tomcat and Eclipse, in order to familiarize myself with building Tomcat projects.

So far I've gleaned from Google searches that I need to install Eclipse Web Tools Platform (WTP) to go ahead with it. But when I go to Help->Install New Software I can't find any software update site that is hosting WTP.

My default "Available Software Sites" are Helios, Mylyn for Eclipse Helios, and the Eclipse Project Updates. Do I need to add a new software update site to install WTP? If so, what is the URL? If not, where can I find WTP?

Thanks in advance.


回答1:


Here is the update site:

http://download.eclipse.org/webtools/updates

Also it comes preinstalled if you use 'Eclipse IDE for Java EE developers' -> http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliossr1




回答2:


Get the Java EE version of Eclipse. It has all the needed Eclipse components installed, and you just need to create a server adapter for Tomcat and point it to the unzipped distribution.

I do not know if Tomcat 7 is supported yet. You may want to use an older, supported version like 6 or 5.5 to begin with.



来源:https://stackoverflow.com/questions/4642776/integrating-tomcat7-and-eclipse-helios-on-snow-leopard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!