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 sea开发者_如何学编程rches 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.
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
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.
精彩评论