Application server libraries not found in IntelliJ

試著忘記壹切 提交于 2020-03-16 06:42:32

问题


I am learning Spring MVC and trying to connect IntelliJ IDEA to Tomcat Server. So far I have downloaded the Tomcat 10 tar.gz package from the Tomcat website, extracted and put it at the following location: /Users/roxhens/Tomcat10.

Then, I create a new Spring MVC project and go to:

Add Configuration... > Click + > Tomcat Server > Local and then click Configure and provide the path above.

When I click OK, the following error in the picture shows up: Cannot Save Settings. Where can I find these Application server libraries?


回答1:


IntelliJ IDEA 2019.3.x doesn't support Tomcat 10 yet.

Use the supported Tomcat version (9).



来源:https://stackoverflow.com/questions/60439712/application-server-libraries-not-found-in-intellij

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!