java – Tomcat 9 Server not starting in Eclipse 4
After adding Tomcat Server 9.0 to Eclipse 4.23 on Windows 11 the server will not start. The following warning is written to the console:
‘WARNING: Problem with directory [C:\Users\david\Documents\ApplicationServers\apache-tomcat-9.0.60lib], exists: [false], isDirectory: [false], canRead: [false]’
Note that the directory path is: ‘C:\Users\david\Documents\ApplicationServers\apache-tomcat-9.0.60’. It appears that ‘lib‘ is appended to the path.
I have looked at every configuration that I can think of and searched the internet and have not found a similar problem or solution. Have any of you experienced this or have a solution?
Read more here: Source link