I'm running a Spring web application and failing to execute embedded tomcat in latest Eclipse with Tomcat 8.5 using Tomcat 7 Maven Plugin , I'm running tomcat7:run-war
goal on windows but failed to configure it to run Tomcat 8.5, it keeps finding tomcat 7 folder.
tomcat7:run-war Runs the current project as a packaged web application using an embedded Tomcat server.
I found answer or this answer but it's good for deploying tomcat .
I found in a deleted link tomcat8 plugin. Is it relevant?
I found issue that suggest use spring boot feature instead, can someone provide more details?
it appears this project is dead, I recommend you look into using Spring Boot which has very similar features: https://spring.io/projects/spring-boot
Especially when Spring Boot 2.1 won't support Tomcat7