I've installed apache-tomcat-9.0.7 on my windows machine and have following environment configurations:
echo %JAVA_HOME%
C:Program FilesJava jdk-10.0.1
echo %JRE_HOME%
C:Program FilesJava jre-10.0.1
OS : Windows 8 64-bit
Eclipse Version: Oxygen.3a Release (4.7.3a)
Whenever I run catlina.bat start
from cmd, server runs fine on localhost But I'm not able to get the server instance up from eclipse's server configuration.
- Defined a new server in eclipse and added apache-tomact 9.0 instance
Upon clicking on start server , I get the following error:
-Djava.endorsed.dirs=C:Softwaresapache-tomcat-9.0.7endorsed is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules
.
Any solution for this issue ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…