Tom
Tom

Reputation: 2847

How to add apache-tomcat-7.0.53 or apache-tomcat-8.0.5 server runtime environment in eclipse?

I am using eclipse Kepler 4.3.2, when creating a web fragment project, I want to add server runtime environment,but found only support Apache-tomcat v3.2 to v7.0, I only have apache-tomcat-7.0.53 or apache-tomcat-8.0.5 in my local PC.When clicking 'Downloading additional server adapters',no new version of tomcat listed. Please see below screenshot. enter image description here

Please help,thanks.

Upvotes: 0

Views: 3009

Answers (3)

nitind
nitind

Reputation: 20023

Apache Tomcat 8.0 support will be included in Luna. Tomcat 8.0 wasn't final before Kepler shipped--even now it's still in Beta. You can try a Luna build at https://www.eclipse.org/downloads/index-developer.php .

Upvotes: 0

Abhishek Mishra
Abhishek Mishra

Reputation: 639

Once you create server,In server view you can able to see the Tomcat server select the Tomcat server either press f3 or right click and open select open option once you did a panel is opened there you find "open launch configuration " click on that. another panel is opened there you go for arguments tab and set your runttime vale under VM arguments with -DvariableName=value

Upvotes: 2

davidfmatheson
davidfmatheson

Reputation: 3567

Apache Tomcat 7.0.53 falls into the v7.0 category.

  1. Select Apache Tomcat v7.0 from the list, making sure Create a new local server is checked, and hit Next
  2. Fill in the location on your local machine for Tomcat 7.0.53 and hit Finish

Upvotes: 0

Related Questions