I installed apache tomcat 9 to use it with eclipse IDE.
1*When i try to add in "servers" tab i don't find it. (the latest version found is 8.0).
2*I tried adding it manually in Windows->preferences->server->runtime environement By chosing 8.0 version and introducing tomcat 9.0 installation path istead of 8.0 path but it doesn't accept it showing this message
" The Apache Tomcat installation at this directory is version 9.0.35. A Tomcat 8.0 installation is expected."
3* I uninstalled tomcat and reinstalled it in the default folder (thinking that this was the problems origin), but nothing.
those are the solution i tried. Have any one faced this problem or resolved it?
Additionnal informations:
OS version: Windows 10 64bits
Eclipse: Eclipse Java EE IDE for Web Developers.
Version: Kepler Service Release 2
Build id: 20140224-0627
tomcat: 9.0.35
Apache Tomcat 9 did not exist when Eclipse Kepler was the supported version. Get the current version: 2020-03.
Related
I am trying to add Tomcat 10.1.1 in Eclipse Version: 2022-09 (4.25.0).
Is there a newer version of Eclipse which have latest Tomcat?
This was happening in older version of Eclipse IDE for Enterprise Java and Web Developers. This issue is corrected in the version 3.28 of Eclipse IDE for Enterprise Java and Web Developers.
If you have the Standard Edition of Eclipse, you can add
'Eclipse IDE for Enterprise Java and Web Developers'. This will add the version 3.22 of the software. You can then check for updates and update it to version 3.28
I have installed the latest eclipse version 2019-03 with support to JDK 12. The Servers View was not available. So I installed the plugin Eclipse JST Server Adapters
Once installed, I am not able to create Tomcat 9.0 Server. Tomcat 8.0 is the latest available.
Any alternatives to get Tomcat 9.0? I want to use the latest tomcat version 9.0.20
Note: My previous version of eclipse 2018-09 had Tomcat 9.0 available
The "Eclipse JST Server Adapters" looks like it was created for Luna and then likely never updated. Remove it, then either use the Marketplace entry at https://marketplace.eclipse.org/content/eclipse-java-ee-developer-tools-0 , which is actually owned by the corresponding project at Eclipse.org, or use Help -> Install New Software and search for "tomcat" or the "JST Server Adapter Extensions" by name using the 2019-03 update site.
When you download eclipse version 2019-03, then it ask if you want to download simple java development edition or Java EE development edition. If you select Java EE edition then you dont need to add any external plugin. it by default provide tomcat latest version(i.e. tomcat 9).
I am Not able to see Tomcat 8.0 in Runtimes of Eclipse Kepler.
When I try to add the runtime as I have requirement for TOmcat 8
Please follow this blog..Just copy all plugins & Feature to Eclipse installation directory.
http://nixmash.com/post/adding-tomcat-8-in-eclipse-kepler
I have a fresh installation of Eclipse IDE for Java EE Developers - for WIndows 64bit - Version: Neon.2 Release (4.6.2)
I have downloaded the newest editions of GlassFish server 4.1.1 - both Full & Web Profie
I've installed the latest GlassFish tolls using Eclipse Marketplace:
https://marketplace.eclipse.org/content/glassfish-tools
Now I am trying to add GlassFish Server to Eclipse using the latest JDK 8, but it complains that Java 6 or 7 is required:
OK, then I am trying to use the latest JDK 7 instead of 8, but this time it complains that this is an invalid GlassFish instalation.
How can I add GlassFish server to Eclipse, what am I doing wrong ?
After lots of trials and errors I finally managed this issue.
A glassfish subdirectory must be pointed instead of base installation directory, and everything works fine.
As for the "Java 6 or 7 is required"-problem; I managed to get past this by adding a trailing slash to the java location.
/usr/lib/jvm/java-8-oracle # "Java 6 or 7 is required"
/usr/lib/jvm/java-8-oracle/ # Works
This is on linux, so it might not apply to your windows environment.
I have some problems with configure tomcat 7 with eclipse juno. I was installed jdk 1.7 update 17 and tomcat 7.0.32. When I try define new server what has used tomcat 7. I can't add it in define server part.
I had the same problem. Maybe this blog will be useful for you:
http://hariprasad.info/cannot-create-a-server-using-the-selected-type-eclipse-tomcat/