nzondlo
nzondlo

Reputation: 4176

eclipse tomcat 7.0

I'm trying to set up an Apache Tomcat 7.0 server in Eclipse, but I can't get the wizard to let me create it. My NEXT button won't highlight after I select Tomcat v7.0 like so:

enter image description here

I don't have the same problem trying to create any other version of Tomcat, just v7.0:

enter image description here

Info about my system: -I've had it up and running previously, but had to go through a reboot with my system, Eclipse was untouched as it was on a different HDD -I've reinstalled Tomcat 7.0 twice, once to the drive containing this particular Eclipse Workspace, and once to my main OS drive, both to no avail.

Can anyone tell me what I did wrong here or what's going on here?

Thank you very much.

Upvotes: 12

Views: 14619

Answers (3)

viki raga
viki raga

Reputation: 61

1.Close Eclipse 2.In {workspace-directory}/.metadata/.plugins/org.eclipse.core.runtime/.settings. delete the following two files: org.eclipse.wst.server.core.prefs org.eclipse.jst.server.tomcat.core.prefs 3.Restart Eclipse

Upvotes: 1

Luca
Luca

Reputation: 131

  1. Close Eclipse
  2. In {workspace-directory}/.metadata/.plugins/org.eclipse.core.runtime/.settings delete the following two files: org.eclipse.wst.server.core.prefs org.eclipse.jst.server.tomcat.core.prefs
  3. Restart Eclipse

Upvotes: 13

Sean F
Sean F

Reputation: 2390

In your eclipse menu go to window > server > runtime environments > hit add > select tomcat 7 > hit next press browse and navigate to the installation directory and finish. Will solve this issue.

Upvotes: 21

Related Questions