I am getting error and it is not leaving me to create a server in eclipse IDE
What mistake have I done? Can anyone let me know whether there is any specific path for adding Apache.
I am getting error and it is not leaving me to create a server in eclipse IDE
What mistake have I done? Can anyone let me know whether there is any specific path for adding Apache.
The Apache Tomcat installation at this directory is version 8.5.3. A Tomcat 8.0 installation is expected.
Eclipse built-in Tomcat server plugin basically detects the server version based on server.info property of org/apache/catalina/util/ServerInfo.properties file of Tomcat's /lib/catalina.jar
Edit version in server.info property using any ZIP or JAR aware tool.
server.info=Apache Tomcat/8.5.3 to server.info=Apache Tomcat/8.0.8.5.3
you click here or stack answer for more details