3

Does Java 10 support Tomcat 9? Because I installed Java 10.0.1 and Apache Tomcat 9.0.6 and I am running Tomcat through Eclipse the it gives error like

enter image description here

and on Console: -Djava.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 9.0\endorsed is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradable modules.

Anybody have some solution for this?...

Jyoti Jadhav
  • 307
  • 2
  • 18

1 Answers1

2

I got the solution for this If I am using java 10 and Apache tomcat 9 then I have to update eclipse as in eclipse Help > Install New Software > Copy Url as "The Eclipse Web Tools Platform (WTP) software repository - http://download.eclipse.org/webtools/repository/photon" > Select All then wait for complete the updatation. Restart eclispe. > Delete the existing server and create a new one and try to start the server.enter image description here

1: The Eclipse Web Tools Platform (WTP) software repository - http://download.eclipse.org/webtools/repository/photon

Jyoti Jadhav
  • 307
  • 2
  • 18