0

I am trying to add Tomcat but Next button is Freeze.

enter image description here

I have deleted file org.eclipse.wst.server.core.prefs, but file org.eclipse.jst/server.tomcat.core.prefs is not present. I followed same steps as suggested in How to add Tomcat Server in eclipse After that I tried to add Tomcat server, but still not successful.

I am using eclipse oxygen. Please find the screenshot. Eclipse Oxygen

Ways I tried to add tomcat :-

  1. Went to Servers --> Selected Apache --> Tomcat v7.0
  2. Eclipse --> Preferences --> Server --> Runtime Environments --> Add --> Apache --> Tomcat v 7.0
nbalodi
  • 84
  • 1
  • 11
  • How do we verify you're actually using Oxygen? What steps were taken to have Tomcat there? – nitind Apr 22 '18 at 05:46
  • @nitind I have updated screenshot and steps taken to add server. – nbalodi Apr 22 '18 at 06:09
  • See if the answers to this SO post help: [Unknown version of Tomcat was specified with tomcat-7.0.42](https://stackoverflow.com/questions/17745834/unknown-version-of-tomcat-was-specified-with-tomcat-7-0-42). However, you are using an old version of Oxygen, so you might want to update Eclipse first. – skomisa Apr 22 '18 at 06:14
  • Does the Progress View or lower right-hand corner of the workbench window show it still downloading? – nitind Apr 22 '18 at 06:31
  • I am updating eclipse. Earlier it was not showing still downloading. – nbalodi Apr 22 '18 at 06:35
  • Thanks everyone for your suggestions. I have finally resolved the issue. Steps I followed to resolve it are :- 1) Went to the folder where I have unzipped tomcat. 2) Go to /bin folder 3) Converted all .sh files into executable files using chmod +x *.sh 4) Ran script to start and stop Tomcat (./startup.sh & ./shutdown.sh). 5) Now its adding Tomcat in eclipse. – nbalodi Apr 22 '18 at 07:22

0 Answers0