Reputation: 2847
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.
Please help,thanks.
Upvotes: 0
Views: 3009
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
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
Reputation: 3567
Apache Tomcat 7.0.53 falls into the v7.0
category.
Create a new local server
is checked, and hit Next
Finish
Upvotes: 0