Reputation: 10122
I am wondering if I need to download and install Tomcat separately or if it comes with the latest version of Eclipse EE?
Upvotes: 0
Views: 148
Reputation: 430
Apache Tomcat and Eclipse has different types of license, and AFAIK Eclipse is "more free".
Upvotes: 0
Reputation: 20003
You will need to download Apache Tomcat separately, but you are not required to install it. In fact, it's simpler if you don't. The best layout supported for getting the required Java EE runtime libraries from Tomcat as well as launching it from Eclipse is the one from the unpacked tar/zip files.
Upvotes: 1